You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compare the mediation effect between two levels of my moderator using test.modmed(). However, it does not seem to work on lmer() models.
test.modmed(modmed.model,
covariates.1=list(sex=1),
covariates.2=list(sex=0),
sims = 5000)
Error in test.modmed.default(modmed.model, covariates.1 = list(sex = 1), :
currently no test.modmed method exists for the input object.
When I changed the model to lm(), it works fine, So I can't seem to figure out the issue.
The text was updated successfully, but these errors were encountered:
I am trying to compare the mediation effect between two levels of my moderator using test.modmed(). However, it does not seem to work on lmer() models.
When I changed the model to lm(), it works fine, So I can't seem to figure out the issue.
The text was updated successfully, but these errors were encountered: