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
657 stars 133 forks source link

fixes #576 #578

Closed mariusbarth closed 10 months ago

mariusbarth commented 10 months ago

Hi @crsh,

I think apa_print() actually never worked for output from binom.test(). This PR adds support for binom.test(). I call the estimate $\\hat\\pi$ (not p) to avoid confusion with the p value and remove k and n from the output.

crsh commented 10 months ago

Could you maybe add a quick line to the NEWS? Other than that this good to merge.