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.
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.
Hi @crsh,
I think
apa_print()
actually never worked for output frombinom.test()
. This PR adds support forbinom.test()
. I call the estimate$\\hat\\pi$
(not p) to avoid confusion with the p value and remove k and n from the output.