Description Usage Arguments Value Examples
Calculates the specified Wald CI of a binomial proportion variable, given imputed data sets.
1 |
mids_obj |
mids object created by mice package |
response |
string name of response variable (must be 0-1 valued) |
ci_level |
desired confidence interval level (defaults to 95%) |
summaries |
boolean: should summary helper values be printed (default TRUE) |
two-length vector of Wald lower CI and upper CI
1 2 | imp = mice::mice(mice::nhanes %>% dplyr::mutate(hyp = hyp-1))
mi_wald(imp, "hyp", 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.