|
Dear listserve users,
I need help with the following command line where I
need to introduce a random effect for department (variable name: dept) and
for job (variable name: job)at the subject (variable name: studyno1) level
I could not find any references on how to do that,
so your help would be greatly appreciated
CSO.glme.out2<-glme(use~ethn+sex+exposure+jobduration+age+time+time^2+dept+jobgroup,random=~1|
plant/id,data="">family=binomial(link="logit"),start=
CSOgee$coefficients, method="REPQL")
Thank you so much in advance.
|