[datatable-help] Error with Tukey Test

mrg2 mrg2 at princeton.edu
Sat Jun 24 23:47:08 CEST 2017


I'm trying to run a Tukey Test but it keeps saying that my class is none and
my mode is numeric. I've tried changing my variables into factors as other
posts have suggested, but it is still not working. Any help is much
appreciated. 

dol1351_groupsize_1yr <- read.csv("1351_Group_Size_1yr.csv")
anov1yr <-
aov(dol1351_groupsize_1yr$Number~as.factor(dol1351_groupsize_1yr$Time))
tuk1yr <- TukeyHSD(anov1yr)
summary(anov1yr)
summary(tuk1yr)





--
View this message in context: http://r.789695.n4.nabble.com/Error-with-Tukey-Test-tp4740231.html
Sent from the datatable-help mailing list archive at Nabble.com.


More information about the datatable-help mailing list