plot.seqimp {seqimpute} | R Documentation |
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 class 'seqimp'
plot(x, m = 5, include = TRUE, ...)
Arguments
x |
Object of class |
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(s)
Kevin Emery
[Package seqimpute version 2.0.0 Index]