S3method(with, milist)
export(bf_test)
export(check_model)
export(cindex)
export(clean_P)
export(df2milist)
export(f2chi)
export(glm_mi)
export(invlogit)
export(invlogit_ci)
export(levene_test)
export(list2milist)
export(logit_trans)
export(mids2milist)
export(odds_ratio)
export(pool_bftest)
export(pool_cindex)
export(pool_D2)
export(pool_D4)
export(pool_glm)
export(pool_levenetest)
export(pool_odds_ratio)
export(pool_prop_nna)
export(pool_prop_wald)
export(pool_prop_wilson)
export(pool_propdiff_ac)
export(pool_propdiff_nw)
export(pool_propdiff_wald)
export(pool_risk_ratio)
export(pool_scalar_RR)
export(prop_nna)
export(prop_wald)
export(propdiff_ac)
export(propdiff_wald)
export(risk_ratio)

importFrom(stats, glm)
importFrom(stats, coef)
importFrom(stats, binomial)
importFrom(stats, vcov)
importFrom(stats, formula)
importFrom(stats, as.formula)
importFrom(stats, update.formula)
importFrom(stats, median)
importFrom(stats, model.frame)
importFrom(stats, model.matrix)
importFrom(stats, pf)
importFrom(stats, anova)
importFrom(stats, predict.glm)
importFrom(stats, terms)
importFrom(stats, cov)
importFrom(stats, sd)
importFrom(stats, qt)
importFrom(stats, xtabs)
importFrom(stats, pchisq)
importFrom("stats", "gaussian")
importFrom(survival, coxph)
importFrom(survival, Surv)
importFrom(survival, concordance)
importFrom(rms, rcs)
importFrom(stats, logLik)
importFrom(stats, predict)
importFrom(stats, quantile)
importFrom(stats, update)
importFrom(stats, pt)
importFrom(stats, AIC)
importFrom(stats, lm)
importFrom(stats, df.residual)
importFrom(stats, qbeta)
importFrom(pROC, roc)
importFrom(pROC, var)
importFrom(dplyr, group_by)
importFrom(dplyr, sample_n)
importFrom(dplyr, group_by_all)
importFrom(dplyr, arrange, desc)
importFrom(dplyr, count)
importFrom(dplyr, select)
importFrom(dplyr, bind_rows)
importFrom(dplyr, mutate_if)
importFrom(dplyr, group_split)
importFrom(dplyr, filter)
importFrom(dplyr, mutate)
importFrom(purrr, is_empty)
importFrom(purrr, map_int)
importFrom(purrr, map)
importFrom(purrr, transpose)
importFrom(purrr, pluck)
importFrom(purrr, is_null)
importFrom(purrr, array_tree)
importFrom(tidyr, nest)
importFrom(tidyr, unnest)
importFrom(tidyr, replace_na)
importFrom(tibble, as_tibble)
importFrom(mice, mice)
importFrom(mice, pool)
importFrom(mice, complete)
importFrom(mice, getfit)
importFrom(mice, getqbar)
importFrom(mice, tidy)
importFrom(mice, is.mids)
importFrom(mitml, testModels)
importFrom(stringr, str_split)
importFrom(stringr, str_replace)
importFrom(stringr, str_replace_all)
importFrom(stringr, str_remove_all)
importFrom(car, Anova)
importFrom(rlang, .data)
importFrom(mitools, MIcombine)
importFrom(mitools, imputationList)
importFrom(magrittr, "%>%")
