Skip to content
Prev 4801 / 20628 Next

LME and TukeyHSD

Dear Sibylle,

You could also try to remove the NA?s like this:

mydata<-mydata[is.na(mydata$sinmortality)==F,]

or:

mydata<-na.exclude(mydata) # this may be a bit too strong, especially if many other variables contain NAs

Best wishes
Christoph
Sibylle St?ckli wrote: