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 must to write
this part

AnovaModel.2 <- aov(area ~ trat, na.action=na.omit, , data=apilados)

I hope that work in this way

suerte!!!
Alex Ponce


--
View this message in context: 
http://r.789695.n4.nabble.com/Problem-with-Tukey-test-tp4573945p4575738.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to