Package: tldr 0.4.0
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 wrappers function in the 'tableone' package to make the results knit-able.
Authors:
tldr_0.4.0.tar.gz
tldr_0.4.0.zip(r-4.7)tldr_0.4.0.zip(r-4.6)tldr_0.4.0.zip(r-4.5)
tldr_0.4.0.tgz(r-4.6-any)tldr_0.4.0.tgz(r-4.5-any)
tldr_0.4.0.tar.gz(r-4.7-any)tldr_0.4.0.tar.gz(r-4.6-any)
tldr_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tldr/json (API)
| # Install 'tldr' in R: |
| install.packages('tldr', repos = c('https://tloux.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tloux/tldr/issues
Last updated from:d5d1ce6d00. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 188 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 120 | ||
| macos-oldrel-arm64 | OK | 171 | ||
| windows-devel | OK | 92 | ||
| windows-release | OK | 115 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 118 |
Exports:as_perccat_comparecont_comparecutpinline_anovainline_coefinline_coef_pinline_reginline_reg_pinline_testinline_test_pKnitableTableOneKreateTableOnenum_comparesvyKreateTableOnewrite_intwrite_p
Dependencies:bitbit64classclicliprcpp11crayonDBIdplyre1071farverforcatsgdatagenericsggplot2gluegmodelsgtablegtoolshavenhmsisobandlabelinglabelledlatticelifecyclemagrittrMASSMatrixminqamitoolsnlmenumDerivpillarpkgconfigplyrprettyunitsprogressproxypurrrR6RColorBrewerRcppRcppArmadilloreadrreshape2rlangS7scalesstringistringrsurveysurvivaltableonetibbletidyrtidyselecttzdbutf8vctrsviridisLitevroomwithrzoo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Format a proportion as a percentage | as_perc |
| Investigate association between two categorical variables | cat_compare |
| Compare a numerical variable across levels of a categorical variable | cont_compare |
| Cut a numeric vector into quantiles | cutp |
| Report the coefficient from a regression model inline | inline_coef inline_coef_p |
| Report the fit of a regression model inline | inline_anova inline_reg inline_reg_p |
| Report a hypothesis test inline | inline_test inline_test_p |
| Create a table of descriptive statistics formatted for knitr::kable | KnitableTableOne KreateTableOne svyKreateTableOne |
| Compare a numerical variable across levels of a categorical variable | num_compare |
| Format an interval for display | write_int |
| Format a p-value for display | write_p |
