search for: gesttime

Displaying 1 result from an estimated 1 matches for "gesttime".

Did you mean: testtime
2017 Nov 03
0
Pairwise comparison, TukeyHSD, glht, ANCOVA
...use the function "TukeyHSD" to perform the all pairwise comparisons of a "aov()" model with one factor (e.g., GROUP) and one continuous covariate (e.g., AGE). I did for example: library(multcomp) data('litter', package = 'multcomp') litter.aov <- aov(weight ~ gesttime + dose, data = litter) TukeyHSD(litter.aov, which = 'dose') and i get a warning message like this: Warning message: In replications(paste("~", xx), data = mf): non-factor ignored: gesttime Is this process above correct? What's the meaning of the warning message? And does &qu...