Nominal Level-2 Predictor Imputation #643
Closed
janlouwkotze
started this conversation in
Missing data methodology
Replies: 1 comment 2 replies
-
Not quite clear which imputation method you specify. In |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am running a multilevel model that has continuous, dichotomous, and nominal predictor variables at both level 1 and 2. I have been able to identify relevant imputation methods for the dichotomous and continuous variables at level 1 and 2 (e.g., "2l.norm" and "logreg"). I also identified the relevant imputation method for level 1 nominal variables (i.e., "polyreg"). However, I can't seem to find an imputation function that can handle level 2 nominal predictors. Is anyone aware of where I can this function?
My understanding is that I could use "2lonly.function" to impute nominal level-2 variables if I specify, for example, "polyreg" for "imputationFunction." However, when I do this and run the imputation model, I receive multiple warnings that read as such, "Warning: glmer does not run. Simplify imputation model." This is perplexing because the model appears to run (in spite of the warnings) and produces a fully imputed dataset. Is it acceptable to use this dataset, despite the warnings messages?
Beta Was this translation helpful? Give feedback.
All reactions