'P for interactions after multiple imputation with R

I have run a multivariable regression analysis using glm.mids() function after multiple imputation with mice on a large dataset. I should now calculate the interaction between two of the covariates included in the model. What I would need are the results that can be obtained using allEffects() function, but it does not work after multiple imputation. Is there any other package providing odds ratios for the interaction model obtained using glm.mids()?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source