(1) Use an informative subject line. (2) Do not use html mail.
Then you might get a response. cheers, Rolf Turner On 01/06/11 02:12, mustafabinar wrote: > 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]] > > [[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.