Re: [R] How to get the SS and MS from oneway.test?

2012-04-10 Thread lulumecindy
OK! Thank you for your generous help. I'll try to change the code by myself. -- View this message in context: http://r.789695.n4.nabble.com/How-to-get-the-SS-and-MS-from-oneway-test-tp4544417p4544741.html Sent from the R help mailing list archive at Nabble.com. __

[R] How to get the SS and MS from oneway.test?

2012-04-09 Thread lulumecindy
Hello everyone: I'm a new member of this group. I have a question about "oneway.test". When I use "anova(lm())" to analysis the ANOVA, I can get the information about Sum Sq and Mean

Re: [R] Help with ANOVA in R

2012-03-08 Thread lulumecindy
Hello everyone: I'm a new member of this group. Following the question(2) of Amit Patel-7, I know "oneway.test" has the option of "var.equal=F". Maybe it's can be the answer of this quest