Hi there,
I am trying to run LSD.test(model)
I used the following commands:
attach(model)
m1<- glm(ttl.m ~ site+year, family=quasipoisson, data= model)
df<-df.residual(m1)
MSerror<-deviance(m1)/df
The following command did not work:
comparison<- LSD.test (ttl.m, site+year, df, MSerror, alpha =
Thanks for the answers, this one worked:
>library(Agricolae)
michal33 wrote:
>
> Hi there,
> I am trying to run LSD.test(model)
>
> I used the following commands:
> attach(model)
> m1<- glm(ttl.m ~ site+year, family=quasipoisson, data= model)
> df<-df.residu
2 matches
Mail list logo