View source: R/methods.seqimp.R
| plot.seqimp | R Documentation |
seqimp objectPlot a seqimp object. The state distribution plot of the first
m completed datasets is shown, possibly alongside the original
dataset with missing data
## S3 method for class 'seqimp'
plot(x, m = 5, include = TRUE, ...)
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 |
Kevin Emery
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.