View source: R/format_strings.R
format_anova_string | R Documentation |
This function takes the summary object from an ANOVA object and feeds it to the format_anova_string function. Accepted ANOVA objects include: stats::aov() summary(stats::aov()) rstatix::get_anova_table() apaTables::apa.aov.table()
format_anova_string(aov_summary_obj, as.markdown = T, get.all = T)
aov_summary_obj |
The ANOVA summary object |
as.markdown |
optional, indicates whether the resulting string should be formatted for markdown. Default is TRUE |
get.all |
deprecated, no longer an option but retaining in the function prevents errors from prior versions |
An APA-formatted string (or strings) of ANOVA results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.