apa
Format output of statistical tests in R according to APA guidelines
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Format output of statistical tests in R according to APA guidelines
Basic Info
Statistics
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 5
- Releases: 7
Metadata Files
README.md
apa
apa's functions format output of statistical tests according to guidelines of the APA (American Psychological Association), ready to copy-and-paste into manuscripts.
The idea of such formatters was introduced in the schoRsch package. apa generalizes this idea by providing formatters for different output formats (text, Markdown, RMarkdown, HTML, LaTeX, LaTeX inline math, docx and R's plotmath syntax).
Currently available formatters are:
-
anova_apa()2 -
chisq_apa() -
cor_apa() -
t_apa()
Further miscellaneous functions:
-
apa(): A wrapper around the*_apa()-functions for use in inline code in RMarkdown documents. -
cohens_d()/cohens_d_(): Calculate Cohen's d effect size (from raw data, t-test or statistical parameters). Also supports Hedge's g* and Glass's Δ. -
t_test: A wrapper aroundt.test()that includes the original data in its return list (in order to calculate the effect size incohens_d()andt_apa()directly from the data).
1 pandoc is required for docx output and needs to be installed manually when not using RStudio (which ships pandoc).
2 Supports input from aov(), ezANOVA() from the ez package and aov_ez() / aov_car() / aov_4() from the afex package.
Installation
The development version can be installed using:
```r
install.packages("devtools")
devtools::install_github("dgromer/apa") ```
Related approaches
Owner
- Name: Daniel Gromer
- Login: dgromer
- Kind: user
- Location: Germany
- Repositories: 25
- Profile: https://github.com/dgromer
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Gromer | d****r@m****g | 48 |
| Daniel Gromer | d****u@u****u | 2 |
| dgromer | d****i@g****m | 1 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
-
Total downloads:
- cran 573 last-month
- Total docker downloads: 703
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: apa
Format Outputs of Statistical Tests According to APA Guidelines
- Homepage: https://github.com/dgromer/apa
- Documentation: http://cran.r-project.org/web/packages/apa/apa.pdf
- License: GPL (≥ 3)
-
Latest release: 0.3.4
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.1.0 depends
- MBESS * imports
- dplyr >= 0.4 imports
- magrittr * imports
- purrr * imports
- rmarkdown * imports
- stringr * imports
- tibble * imports
- afex >= 0.14 suggests
- ez * suggests
- knitr * suggests
- testthat * suggests