Displaying 1 result from an estimated 1 matches for "tp19154567p19172843".
2008 Aug 26
2
Do I need a special package to run LSD tests?
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 = 0.05,
group=FALSE)
I get an error message: Error: could not find function