Page 1 of 1

manova results

Posted: Sat Jun 27, 2020 5:46 pm
by theffer
When i use the manova command from the package jmv, i am noticing my numbers are different than when i run the analysis in spss or using the lm command in r. See attached for the commands and output I get using jmv package vs lm command. Any help on why my output would be so different would be helpful!

Also, is there any way to get partial eta squared values with this package?
Thank you!

Re: manova results

Posted: Wed Jul 01, 2020 2:04 pm
by mcfanda@gmail.com
could you post the R output of `class(class1_rec)` ran just before the lm() command?

Re: manova results

Posted: Wed Jul 01, 2020 2:11 pm
by mcfanda@gmail.com
I meant `class(data1$class1_rec)`