[R] Tukey in R, extracting values

mad_bassie mad_bassie at hotmail.com
Thu Apr 10 17:53:43 CEST 2008


hey,
how can i extract the values from the CI's when i use following code for a
tukey test?
the output shows three CI's and i know it should work with 'names but i
don't really know how...
thanks

library(multcomp)
data1$soort<-as.factor(data1$soort)
amod<-aov(waarde~soort,data=data1)
g<-glht(amod, linfct=mcp(soort = "Tukey"))
confint(g)

-- 
View this message in context: http://www.nabble.com/Tukey-in-R%2C-extracting-values-tp16609570p16609570.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list