Description Usage Arguments Examples
Function to report ANOVA output in APA style.
1 2 |
identifier |
A character string identifying the model. |
group |
A character string indicating the group containing the statistics you want to report. |
term |
A character string indicating the term you want to report. |
term_nr |
A number indicating the term you want to report. |
results |
A tidystats list. |
1 2 3 4 5 6 7 8 9 | # Read in a list of results
results <- read_stats(system.file("results.csv", package = "tidystats"))
# Set the list as the default list
options(tidystats_list = results)
# Report results
report_anova("aov_two_way", term = "condition")
report_anova("aov_two_way", term = "sex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.