Hi R people.
 
I have a problem. What can I create by using functions the
combinations of distances in multiple comparisons tests such as
duncan multiple range test?
 
cur=sample(rnorm(15),15,replace=TRUE)
varr=factor(c(rep("var1",5),rep("var2",5),rep("var3",5)))
dat<-data.frame(cur, varr)
lmm<-lm(cur~ varr,data=dat)
--------------------------------------------------------------------------------------------------
duncan.test<-function(anova, which="",
confi.inter=0.95, ...){
#here must place combinations of mean distances.
}
 
I will be glad  if you can help me.

        
                Facebook ve Twitter hesaplarýný tek yerden güncelle, anýnda 
paylaþ!
Hemen týkla!
        

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to