Re: [R] LSD comparison

2013-06-27 Thread arun
Hi,Without any reproducible example or code, it is difficult to understand the problem.  Did you load the package? Using the example in ?LSD.test() library(agricolae) data(sweetpotato)   model<-aov(yield~virus, data=sweetpotato)   out <- LSD.test(model,"virus", p.adj="bonferroni",   ma

Re: [R] LSD comparison

2013-06-27 Thread Rui Barradas
Hello, After installing the package (just once) you have to load it in the R session (every time you start a session that will use it.) You do this with the following command. library(agricolae) # load the package Hope this helps, Rui Barradas Em 27-06-2013 11:17, bawonpon chonipat escreve