tldr: T Loux Doing R: Functions to Simplify Data Analysis and Reporting

Gives a number of functions to aid common data analysis processes and reporting statistical results in an 'RMarkdown' file. Data analysis functions combine multiple base R functions used to describe simple bivariate relationships into a single, easy to use function. Reporting functions will return character strings to report p-values, confidence intervals, and hypothesis test and regression results. Strings will be LaTeX-formatted as necessary and will knit pretty in an 'RMarkdown' document. The package also provides a wrapper for the CreateTableOne() function in the 'tableone' package to make the results knit-able.

Version: 0.2.3
Depends: R (≥ 3.3.1)
Imports: tableone, ggplot2, reshape2
Suggests: knitr
Published: 2021-07-28
Author: Travis Loux [aut, cre]
Maintainer: Travis Loux <travis.loux at slu.edu>
License: GPL-3
NeedsCompilation: no
Materials: README
CRAN checks: tldr results

Documentation:

Reference manual: tldr.pdf

Downloads:

Package source: tldr_0.2.3.tar.gz
Windows binaries: r-devel: tldr_0.2.3.zip, r-release: tldr_0.2.3.zip, r-oldrel: tldr_0.2.3.zip
macOS binaries: r-release (arm64): tldr_0.2.3.tgz, r-oldrel (arm64): tldr_0.2.3.tgz, r-release (x86_64): tldr_0.2.3.tgz, r-oldrel (x86_64): tldr_0.2.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tldr to link to this page.