powered by
Calculate Qbar (average response over MICE datasets)
Qbar(qhats)
vector of Qhats(response means for each imputed dataset)
Qbar: the average response over MICEd datasets.
# NOT RUN { imp = mice::mice(mice::nhanes) qhats = Qhats(imp, "hyp") Qbar(qhats) # }
Run the code above in your browser using DataLab