GAMLJ Error object merPredCreate not found
Posted: Wed Nov 17, 2021 6:51 pm
Hi !
I am trying to test a mixed linear model. To do so I entered my DV, the factor and cluster variable. See below code/syntax:
gamlj::gamljMixed(
formula = value ~ 1 + variable+( 1 + variable | id ),
data = data,
postHoc = ~ variable,
eDesc = TRUE)
However, I get the following message: object merPredCreate not found
I don't understand where does it come from. Hopefully, someone might know.
Thanks in advance for your help,
Best,
I am trying to test a mixed linear model. To do so I entered my DV, the factor and cluster variable. See below code/syntax:
gamlj::gamljMixed(
formula = value ~ 1 + variable+( 1 + variable | id ),
data = data,
postHoc = ~ variable,
eDesc = TRUE)
However, I get the following message: object merPredCreate not found
I don't understand where does it come from. Hopefully, someone might know.
Thanks in advance for your help,
Best,