powered by
Calculates the MI-Wald interval if given a vector of observed binomial proportions (one for each imputed data frame)
mi_wald_phat(phats, n, ci_level = 0.95, summaries = TRUE)
vector of binomial proportions (one for each imputation)
the common number of observations over the imputed dataframes
desired confidence interval level (default 95%)
boolean: should summary helper values be printed (default TRUE)
Two-length vector of Wilson lower CI and upper CI
mi_wald
mi_wilson_phat
# NOT RUN { phats = c(0.2, 0.23, 0.25) mi_wald_phat(phats, 100, 0.99, TRUE) # }
Run the code above in your browser using DataLab