Skip to content
Prev 16949 / 20628 Next

Removing random intercepts before random slopes

Sorry, hit the send button too fast:

# here  c1 and c2 represent the two contrasts/numeric covariates defined
for the three levels of a categorical predictor
m1 <- y ~ 1 + c1 + c2 + (1 + c1 + c2 || group)

On Wed, Aug 29, 2018 at 2:07 PM Maarten Jung <
Maarten.Jung at mailbox.tu-dresden.de> wrote: