Description Usage Arguments Value Examples
Calculate Qhats (means of response for each imputed dataset)
1 | Qhats(mids_obj, response)
|
mids_obj |
mids object created by mice package |
response |
string name of binary response variable |
Qhats: vector of response means for each imputed dataset
1 2 | imp = mice::mice(mice::nhanes)
Qhats(imp, "hyp")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.