Multivariate Linear Mixed Model in lme4

后端 未结 3 1705
挽巷
挽巷 2021-01-31 05:57

I wonder how to fit multivariate linear mixed model with lme4. I fitted univariate linear mixed models with the following code:

library(lme4)
lmer.m         


        
3条回答
  •  渐次进展
    2021-01-31 06:43

    lmer and its elder sibling lme are inherently "one parameter left of ~". Have a look at the car packages; it offers no off-the shelf repeated measurement support, but you will find a few comments on the subject by searching the R list:

    John Fox on car package

提交回复
热议问题