Displaying 1 result from an estimated 1 matches for "def4".
Did you mean:
def
2003 Mar 18
3
Tukey's HSD
...not reported by the function TukeyHSD. When I apply
the following code to the data, which I store as PROLE4.TXT, several
unexpected things happen. First, the function TukeyHSD works for all the
comparisons but the function simint doesn't. Second, after the application
of na.omit def2$EL and def4$EL report factor values which have been
omitted. Please inform me what I am doing wrong. Thank you very much.
Peter B.
dat0 <- read.table("prole4.txt",header=T)
nrow(dat0)
attach(dat0)
dat <-
data.frame(PRO,GRA,SOL,CEN,LAC,factor(NP),factor(TP),factor(SC),factor(PD),factor(EL))...