Re: [R] Problem with Tukey test

2012-04-21 Thread danipaty13
thank you s much i just tried the code you posted and worked perfectly -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-Tukey-test-tp4573945p4575943.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Problem with Tukey test

2012-04-21 Thread danipaty13
sorry i uploaded the wrong file but with the one i uploaded happens the same error, it was just as an example -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-Tukey-test-tp4573945p4575946.html Sent from the R help mailing list archive at Nabble.com.

[R] Problem with Tukey test

2012-04-20 Thread danipaty13
I'm new using R im trying to do a tukey test, but when i see the results the p value results in NA im guessing its because i have missing values but im not sure how to fix it AnovaModel.2 - aov(area ~ trat, data=apilados) summary(AnovaModel.2) Df Sum Sq Mean Sq F valuePr(F)

Re: [R] Problem with Tukey test

2012-04-20 Thread Tal Galili
Hi, I can not reproduce your problem. Can you use ?dput, and try to create a self contained example? Here is my attempt: warpbreaks1 - warpbreaks warpbreaks1[1,1] - NA fm1 - aov(breaks ~ tension, data = warpbreaks1) summary(fm1) TukeyHSD(fm1) Contact

Re: [R] Problem with Tukey test

2012-04-20 Thread danipaty13
http://r.789695.n4.nabble.com/file/n4574990/invgrosor.csv invgrosor.csv Thanks for your answer well, I uploaded a file with mi data, hope you can solve my problem since i'm using R for my thesis -- View this message in context:

Re: [R] Problem with Tukey test

2012-04-20 Thread danipaty13
Thanks for your answer well, I uploaded a file with my data, hope you can help me to solve my problem since i'm using R for my thesis http://r.789695.n4.nabble.com/file/n4574997/invgrosor.csv invgrosor.csv -- View this message in context:

Re: [R] Problem with Tukey test

2012-04-20 Thread Peter Ehlers
On 2012-04-20 12:10, danipaty13 wrote: Thanks for your answer well, I uploaded a file with my data, hope you can help me to solve my problem since i'm using R for my thesis http://r.789695.n4.nabble.com/file/n4574997/invgrosor.csv invgrosor.csv Are you sure that's the data you're posting

Re: [R] Problem with Tukey test

2012-04-20 Thread Alex_Ponce
HELLO WELCOME TO R here is your code: I'm new using R im trying to do a tukey test, but when i see the results the p value results in NA im guessing its because i have missing values but im not sure how to fix it AnovaModel.2 - aov() If your original data.frame or your raw data have NA's you