# Plot the 10 most common patterns of missing data
seqmissfplot(gameadd, var = 1:4)
# Plot the 10 most common patterns of missing data discarding
# complete trajectories
seqmissfplot(gameadd, var = 1:4, with.missing = FALSE)
# Plot only the 5 most common patterns of missing data discarding
# complete trajectories
seqmissfplot(gameadd, var = 1:4, with.missing = FALSE, idxs = 1:5)
Run the code above in your browser using DataLab