Package: cocoon 0.1.0
cocoon: Extract, Format, and Print Statistical Output
Provides functions that format statistical output in a way that can be inserted into R Markdown documents. This is analogous to the apa_print() functions in the 'papaja' package but prints Markdown or LaTeX syntax.
Authors:
cocoon_0.1.0.tar.gz
cocoon_0.1.0.tar.gz(r-4.5-noble)cocoon_0.1.0.tar.gz(r-4.4-noble)
cocoon_0.1.0.tgz(r-4.4-emscripten)cocoon_0.1.0.tgz(r-4.3-emscripten)
cocoon.pdf |cocoon.html✨
cocoon/json (API)
NEWS
# Install 'cocoon' in R: |
install.packages('cocoon', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeffreyrstevens/cocoon/issues
Last updated 17 days agofrom:e52624cf29. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
Exports:format_bfformat_chrformat_corrformat_meanformat_meanciformat_meansdformat_meanseformat_medianformat_medianiqrformat_numformat_pformat_scientificformat_statsformat_subformat_summaryformat_ttest
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Format Bayes factors | format_bf |
Format character strings with italics and type | format_chr |
Format correlation statistics | format_corr |
Format numbers | format_num |
Format p-values | format_p |
Format numbers in scientific notation | format_scientific |
Format statistical results | format_stats |
Format Bayes factors | format_stats.BFBayesFactor |
Format correlation statistics | format_stats.easycorrelation |
Format hypothesis test statistics | format_stats.htest |
Format subscript text | format_sub |
Calculate and format summary statistics of central tendency and error | format_mean format_meanci format_meansd format_meanse format_median format_medianiqr format_summary |
Format t-test statistics | format_ttest |