Releases: dgromer/apa
Releases · dgromer/apa
apa 0.3.4
apa 0.3.3
New features
- Add option to force sphericity correction on all within factors in ANOVA or
turn of sphericity correction completely. - Add option to display confidence interval for pearson correlation.
- Add option to display condidence interval for Cohen's d (experimental).
Bug fixes
- Add missing backslash for chi-square in LaTeX format.
- Fix error in one sample
cohens_d
if input is fromt_test
. - Fix error that was introduced by tibble 3.0.0 (old code assumed automatic type
conversion)
apa 0.3.2
apa 0.3.1
apa 0.3.0
New features
- Add LaTeX math output format (#3)
Bug fixes and minor improvements
- Fix error in
anova_apa
when specifying theeffect
argument - Fix printing of p-values if p = 1.
- Add missing
else
inanova_apa
. (@stegmannks, #6) - Fix error in calculation of sample size from degrees of freedom in Cohen's d
for dependent samples (@lcreteig, #7)
apa 0.2.0
New features
- Add support for
aov
inanova_apa
.
Bug fixes and minor improvements
- Fix bug when using abbreviations "pes" or "ges" in
anova_apa
. - Provide same order of effects in
anova_apa
independent of input object - In
anova_apa
significance asterisks might have been incorrect when p-values were corrected for violation of sphericity.