Displaying 1 result from an estimated 1 matches for "updatedcase2".
Did you mean:
updatedcase1
2008 Jun 17
0
some r code for linear mixed model
...e1,random=~1|C), did I just remove the random
effect of B, and only random effect of C left in the model? is it correct?
(iii)A ,B,is fixed ,but C is random,no nested case,how am I gonna write the
R code,since
lme(y~A+B+C+.....,random=~C) lead to error,
(iv)for the case1,if I wirte this
updatedcase2<-update(case1,random=B-1|C)
where,"B-1|C",what this syntax stand for in R?
thank you guys very much~
[[alternative HTML version deleted]]