You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
Why do I get different results between summary() and the output from apa.aov.table?
Different sum squares, p values, etc.
Thanks in advance!
Example using goggles lm_output <- aov(attractiveness ~ gender*alcohol, data = goggles) summary(lm_output) apa.aov.table(lm_output, filename = "table_APA.doc")
The text was updated successfully, but these errors were encountered:
Hi everyone!
Why do I get different results between summary() and the output from apa.aov.table?
Different sum squares, p values, etc.
Thanks in advance!
Example using goggles
lm_output <- aov(attractiveness ~ gender*alcohol, data = goggles)
summary(lm_output)
apa.aov.table(lm_output, filename = "table_APA.doc")
The text was updated successfully, but these errors were encountered: