Tagged Questions
-1
votes
0answers
19 views
How to proof that MANOVA is a special case of mixed-effect models? [closed]
I've tried to look over the internet (especially on google scholar) to find a paper/book about it, but so far i haven't found anything.
If someone could link me something i'd be more than happy!
...
0
votes
1answer
181 views
scope from add1()-command in R
I am not sure how to use the add1 command. Suppose I have a model
y=b0+b1*x1
and I would like to know if it would be a better fit to add more independent variables. Now I would test all models
...
2
votes
1answer
2k views
Comparing two linear models with anova() in R [closed]
I don't quite understand what the p-value in this output means. I don't mean p-values as such, but in this case.
> Model 1: sl ~ le + ky
> Model 2: sl ~ le
Res.Df RSS Df Sum of Sq ...