search for: subline6

Displaying 1 result from an estimated 1 matches for "subline6".

Did you mean: subline
2013 Nov 27
0
MANOVA Question
...didn't think I'd run into a problem with putting all 7 DV's in the model, but I think maybe that's it. But I can't understand why it ran yesterday, and not today... Any help? Here's my code: Man_SubLine <- manova(cbind(Subline1, Subline2, Subline3, Subline4, Subline5, Subline6, Subline7) ~ Var1 + Var2 + Var 3 + Var4 + Var5, data=heisenberg) summary(Man_SubLine) Here's some example data: Var1 Var2 Var3 Var4 Var5 Subline1 Subline2 Subline3 Subline4 Subline5 Subline6 Subline7 4 6.5 6.5 6.5 6 1 2 3 5 7 4 6 6 4.5 4 6 6 7 1 2 3 4 5 6 3 4.5 5 6 3 4 1 2 3 5 7 6 4.5 6...