mi_multimosaic: Multivariate Mosaicplot for imputed values

Description Usage Arguments Author(s) See Also Examples

View source: R/mi_multimosaic.R

Description

Draws mosaicplot for two or more categorical variables. Imputed values are highlighted in red.

Usage

1
mi_multimosaic(x, input, nr = 1)

Arguments

x

vector of variable names determining which variables should be plotted.

input

MI object produced by mi, mice.

nr

number of the imputation chain to be plotted.

Author(s)

Paul Brix

See Also

mosaic in package vcd.

Examples

1
2
3
4
data(FLAS)
require("mice")
FLASmi <- mice(FLAS)
mi_multimosaic(c("gradeB", "sex", "age"), FLASmi)

mmaechler/miP documentation built on May 23, 2019, 5 a.m.