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

[R] LSD comparison

2013-06-27 Thread bawonpon chonipat
Dear Sir I'm a student in the university and just start to use R for agricultural research analysis. I know my question is an old question, but I don't find any clear explanation about my problem via internet. I'm sorry if my email is disturbing all of you. I install R with version 3.0.1 and