library("psych350lab")
data(superman, package = "psych350data")
result <- wg_anova_answers(superman,
dv1 = "rt_critics_score", dv2 = "rt_audience_score")
ft <- create_wg_anova_combined_table(result,
rh_name = "RH1",
dv_name = "Rating",
condition_labels = c("Critics Score", "Audience Score"))
ft
|
F / Mean |
p / SD |
df / N |
MSE |
Decision |
|---|---|---|---|---|---|
RM ANOVA: RH1 |
0.09 |
.771 |
1, 7 |
43.86 |
Retain H0 |
Critics Score |
79.38 |
10.53 |
8 |
||
Audience Score |
80.38 |
10.53 |
8 |