plot_mice_convergence: Plot imputation convergence for 'mice' model

View source: R/plot_mice_convergence.R

plot_mice_convergenceR Documentation

Plot imputation convergence for mice model

Description

Plot imputation convergence for mice model

Usage

plot_mice_convergence(mids, vars)

Arguments

mids

result of call to mice().

vars

Character vector of names of variables to plot.

Examples

df.imp <- mice(boys, method = c("pmm", "pmm", "pmm", "pmm", "pmm", "pmm", "polr", "pmm", "pmm"))
plot_mice_convergence(df.imp, c("hgt", "wgt"))

wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.