library("psych350lab")
# Two-group design (bg_anova_answers)
data(superman, package = "psych350data")
result_2g <- bg_anova_answers(superman, iv = "clark_grp", dv = "rt_critics_score")
create_bg_anova_table(result_2g,
iv_name = "Height Group", dv_name = "Critics Score",
group_labels = c("Under 6ft", "6ft+"))Height Group |
||
|---|---|---|
Critics Score |
Under 6ft |
6ft+ |
Mean |
76.83 |
87.00 |
Standard Deviation |
11.13 |
1.41 |
# Blank template
create_bg_anova_table(NULL,
iv_name = "Condition", dv_name = "Score",
group_labels = c("Low", "Medium", "High"),
KEY = FALSE)Condition |
|||
|---|---|---|---|
Score |
Low |
Medium |
High |
Mean |
|||
Standard Deviation |
|||