powered by
Estimate variance of proportion point estimate \(\bar{Q}_m\)
Tm(qhats, m, nrow)
vector of Qhats(means of response for each imputed dataset)
number of imputed datasets
number of observations in the imputed dataset
variance of proportion point estimate
# NOT RUN { imp = mice::mice(mice::nhanes) qhats = Qhats(imp, "hyp") m = imp$m nrow = imp$data %>% nrow() Tm(qhats, m, nrow) # }
Run the code above in your browser using DataLab