faov: Export ANOVA summary results to Knitr/Sweave in APA format

Description Usage Arguments Value Author(s) See Also

View source: R/faov.R

Description

A function to format a given treatement (i.e. row) of an ANOVA (functions aov, manova...) to a Markdown/LaTeX format according to the APA guidelines. The output can be directly used in a Knitr/Sweave document.

Usage

1
faov(anova, rnb, apa = FALSE)

Arguments

anova

A summary aov object.

rnb

A digit indicating which row to format.

apa

A boolean index to format results according to the APA guideline (remove 0 before the decimal point). Default to False.

Value

Return a string reporting an inline ANOVA results according to the APA guideline.

Author(s)

Guillaume T. Vallet gtvallet@gmail.com, University of de Montreal (Canada);

See Also

ftt, fmsd


Cogitos/statxp documentation built on March 22, 2021, 6:38 a.m.