Re: [R] Standard deviation from MANOVA??

2012-08-28 Thread BrutishFruit
Thanks for all help so far! And I seems as you are correct Peter (and Jean too). And I have now investigated and found how it is connected with the standard errors: If use the following code (taking from Jeans example code), where we have one manova and two individual models (continue read comment

Re: [R] Standard deviation from MANOVA??

2012-08-27 Thread BrutishFruit
Hi David. I mean that I want to get the *standard error of the predicted means* (which is a type standard deviation, if I have understand everything right), which the se.fit switch mentioned above should require from the "predict()" function. But the se.fit switch doesn't seem to work for manova ob

[R] Standard deviation from MANOVA??

2012-08-25 Thread BrutishFruit
Hi, I have problem getting the standard deviation from the manova output. I have used the manova function: myfit <- manova(cbind(y1, y2) ~ x1 + x2 + x3, data=mydata) . I tried to get the predicted values and their standard deviation by using: predict(myfit, type="response", se.f