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.tar.gz(r-4.5-noble)tldr_0.4.0.tar.gz(r-4.4-noble)
tldr_0.4.0.tgz(r-4.4-emscripten)tldr_0.4.0.tgz(r-4.3-emscripten)
tldr.pdf |tldr.html✨
tldr/json (API)
# Install 'tldr' in R: |
install.packages('tldr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 7 months agofrom:2c523dd084. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 17 2024 |
R-4.5-linux | OK | Oct 17 2024 |
Exports:as_perccat_comparecont_comparecutpinline_anovainline_coefinline_coef_pinline_reginline_reg_pinline_testinline_test_pKnitableTableOneKreateTableOnenum_comparesvyKreateTableOnewrite_intwrite_p
Dependencies:bitbit64classclicliprcolorspacecpp11crayonDBIdplyre1071fansifarverforcatsgdatagenericsggplot2gluegmodelsgtablegtoolshavenhmsisobandlabelinglabelledlatticelifecyclemagrittrMASSMatrixmgcvminqamitoolsmunsellnlmenumDerivpillarpkgconfigplyrprettyunitsprogressproxypurrrR6RColorBrewerRcppRcppArmadilloreadrreshape2rlangscalesstringistringrsurveysurvivaltableonetibbletidyrtidyselecttzdbutf8vctrsviridisLitevroomwithrzoo
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 |