Chapter 25 Communicating your results
25.1 Introduction
You’ve imported your data, tidied it, and then modelled and visualized it. You’ve now got an understanding of what it’s telling you. Time to communicate your results!
25.2 R
25.2.1 Tables
https://twitter.com/AllieSherier/status/1098988779833040903
Does anyone regularly make publishable/exportable tables in R? I have approached this a few times over the last year, but I would really like to learn how to make tables efficiently. #rstats (Picture is a kind of example of tables I am talking about.) pic.twitter.com/48zr1BIf1H
— Allie Sherier (/@/AllieSherier) February 22, 2019
25.2.2 Packages
25.2.2.1 {gt}
package
github page: Easily generate information-rich, publication-quality tables from R
articles
25.2.2.2 {gtsummary}
package
CRAN page: gtsummary: Presentation-Ready Data Summary and Analytic Result Tables
github page: ddsjoberg/gtsummary
articles
25.2.2.3 {kableExtra}
package
CRAN page: kableExtra: Construct Complex Table with ‘kable’ and Pipe Syntax
github page: Construct Complex Table with knitr::kable() + pipe
vignette: Hao Zhu, 2019-03-15, Create Awesome HTML Table with knitr::kable and kableExtra
articles
https://haozhu233.github.io/kableExtra/
-30-