seqmissIplot | R Documentation |
#' @description Plot function that renders all the patterns of missing data. This function is based on the seqIplot function.
seqmissIplot(data, var = NULL, with.complete = TRUE, ...)
data |
a data.frame where missing data are coded as |
var |
the list of columns containing the trajectories. Default is NULL, i.e. all the columns. |
with.complete |
a logical stating if complete trajectories should be included or not in the plot |
... |
parameters to be passed to the seqIplotfunction |
Kevin Emery
# Plot all the patterns of missing data
seqmissIplot(gameadd, var=1:4)
# Plot all the patterns of missing data discarding
# complete trajectories
seqmissIplot(gameadd, var=1:4, with.missing = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.