I have the following results for an ANOVA comparing two nested models. I
wasn't sure how I am supposed to report this result in the area of
psychology. Specifically, am I supposed to report the DF's or just the F
ratio? I could manually calculate the degrees of freedoms, but there must be
a reason why R does not give this information, i.e. those are not
conventionally used in the reporting?

Any pointers would be greatly appreciated.

> anova(fit1, fit2)
Analysis of Variance Table

Model 1: fit1
Model 2: fit2
  Res.Df    RSS Df Sum of Sq      F    Pr(>F)
1    373 19.908
2    374 30.717 -1   -10.809 202.53 < 2.2e-16 ***
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to