issues
search
crsh
/
papaja
papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
https://frederikaust.com/papaja_man/
Other
654
stars
133
forks
source link
Attempt at fixing platform-specific number of trailing digits
#517
Closed
mariusbarth
closed
2 years ago
mariusbarth
commented
2 years ago
apa_df() now compares rounded vectors, instead of using the modulus operator
new implementation should be robust against class extensions (e.g., 'tiny_labelled') of standard vectors
also updated docs of
apa_df()
to reflect that it is now exported
as a side effect, integer degrees of freedom are now more frequently reported (for HLM and emmeans methods)
apa_df()
to reflect that it is now exported