Skip to contents

Plot a Bootstrapped Grouped Transition Network Analysis Model

Usage

# S3 method for class 'group_tna_bootstrap'
plot(x, title = names(x), ...)

Arguments

x

A group_tna_bootstrap object.

title

A character vector of titles to use for each plot.

...

Additional arguments passed to plot.tna().

Examples

model <- group_model(engagement_mmm)
# Small number of iterations for CRAN
boot <- bootstrap(model, iter = 50)
plot(boot)