Random effects model (both intercept and slope are random)
my.mod <- lme(DQTI ~ NTPD+TRTF+CBQTI+(CON1|ID_U),
data = dqtc.data,
na.action=na.omit)
Hello Nirgrahamuk: Can you please help me with my code? I have to use lme and not lmer as the next code is contrast which will not work if I use lmer.