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.3.0
Depends: R (≥ 4.0.0)
Imports: tableone, ggplot2, reshape2
Suggests: knitr
Published: 2023-05-24
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.3.0.tar.gz
Windows binaries: r-devel: tldr_0.3.0.zip, r-release: tldr_0.3.0.zip, r-oldrel: tldr_0.3.0.zip
macOS binaries: r-release (arm64): tldr_0.3.0.tgz, r-oldrel (arm64): tldr_0.3.0.tgz, r-release (x86_64): tldr_0.3.0.tgz
Old sources: tldr archive

Linking:

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