I am using mice and brm_multiple for multiple imputation of a predictor variable in a simple multilevel regression model. After the model has run and converged well, I am then using fitted() and predict() on this model with an argument to “newdata” specifying the level of predictions. When doing so I receive the warning “Using only the first imputed data set. Please interpret the results with caution until a more principled approach has been implemented.”
I am surprised by this warning given that I am supplying an argument to “newdata”. I would expect the warning if that were not the case and fitted values were being generated at the level of the original predictors, but am wondering if in this case it doesn’t actually apply. But perhaps the warning is alluding to something about how the multiple models are being used (the “combine” parameter in brm_multiple is set to TRUE).
- Operating System: MacOS 10.13.6
- brms Version: 2.10.0