# `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 = c("NARPD", "ASPD"),
contrast = TRUE,
boots = 200
)
ssm_plot_contrast(res)
# }
Run the code above in your browser using DataLab