Learn R Programming

seqimpute (version 2.2.1)

plot.seqimp: Plot a seqimp object

Description

Plot a seqimp object. The state distribution plot of the first m completed datasets is shown, possibly alongside the original dataset with missing data

Usage

# S3 method for seqimp
plot(x, m = 5, include = TRUE, ...)

Arguments

x

Object of class seqimp

m

Number of completed datasets to show

include

logical that indicates if the original dataset with missing value should be plotted or not

...

Arguments to be passed to the seqdplot function

Author

Kevin Emery