powered by
generated_missingness
Produces a step plot for a generated_missingness object.
# S3 method for generated_missingness plot(x, ...)
Invisibly returns x.
x
A generated_missingness.
Additional arguments passed to plot().
plot()
m0 <- markov_two_states(p1 = 0.05, p2 = 0.9) z0 <- generate(m0, n = 200, seed = 123) plot(z0)
Run the code above in your browser using DataLab