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'm trying to impute missing values in Level 1 and Level 2 variables using the ml.lmer command which was working in miceadds v(3.2), but keeps throwing an error since the update yesterday.
Error message :
Error in check.method(method = method, data = data, where = where, blocks = blocks, : The following functions were not found: mice.impute.ml.lmer, mice.impute.ml.lmer
How can I resolve this?
The text was updated successfully, but these errors were encountered:
I do not really think that there is an issue. I tried the examples in the manual and did not observe (and I did not expect) amy issue. Please check whether
a) miceadds is correctly installed
b) whether you loaded miceadds
I do not believe so. a) or b) are options. I would strongly suggest to use miceadds::datlist2mids(...) instead of datlist2mids(...) because in the former case you do not have to run library(miceadds) in advance.
I'm trying to impute missing values in Level 1 and Level 2 variables using the ml.lmer command which was working in miceadds v(3.2), but keeps throwing an error since the update yesterday.
Error message :
Error in check.method(method = method, data = data, where = where, blocks = blocks, : The following functions were not found: mice.impute.ml.lmer, mice.impute.ml.lmer
How can I resolve this?
The text was updated successfully, but these errors were encountered: