# `boots` is lowered from its default of 2000 throughout these examples so
# they run quickly; a reported analysis should use the default.
# \donttest{
data("jz2017")
res <- ssm_analyze(
jz2017,
scales = 2:9,
measures = 10:13,
boots = 200
)
ssm_plot_curve(res)
ssm_plot_curve(res, angle_labels = PANO())
# }
Run the code above in your browser using DataLab