I've used multiple imputation in R to deal with missing values using the aregImpute
function from the Hmisc
library. For analysis, I use the fit.mult.impute
function to correct the variance for the multiple imputation process.
I want to create a table with coefficients and p-values. Coefficients can be extracted from fit.mult.impute
using the $coef
suffix, but I can't manage to extract the p-value. How can i do this?