Displaying 1 result from an estimated 1 matches for "uniquesit".
Did you mean:
uniquesite
2009 Dec 14
2
Bug in lnme package?
...tor) along each river, and
measurements are done six times (= random factor for repeated measurements).
Webs are counted on four different distances along the river (fixed effect),
with six plots at each distance.
My model looks like this:
*
Model<-lme(Webslog1~Treatment*Distance,random=~Week|Uniquesite/Uniqueplot,method="REML")
*
I want to leave out the interaction between Treatment and Distance, so that
would go like this:
*
>ModelNoInteraction<-lme(Webslog1~Treatment+Distance,random=~Week|Uniquesite/Uniqueplot,method="REML")
*
However, then i get the error message:*...