Hi ! First thanks for taking some time to help me,
I'm working on a desktop from my university so I don't have admin rights. I am using windows 10 (OS Build 19042.1348). The Jamovi version I am using is 1.0.7.0 (and R 4.1.0) and GAMLj 2.0.0
And by example, you mean the data?
Search found 2 matches
- Thu Nov 18, 2021 12:00 pm
- Forum: Statistics
- Topic: GAMLJ Error object merPredCreate not found
- Replies: 3
- Views: 11533
- Wed Nov 17, 2021 6:51 pm
- Forum: Statistics
- Topic: GAMLJ Error object merPredCreate not found
- Replies: 3
- Views: 11533
GAMLJ Error object merPredCreate not found
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 ...
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 ...