Get reliability estimates of index variables created with add_index
.
get_reliability(
data,
...,
type = "alpha",
interval.type = NULL,
bootstrap.samples = NULL,
conf.level = NULL,
progress = FALSE
)
Index variables created with add_index
. Leave empty
to get reliability estimates for all index variables.
Type of reliability estimate. See ci.reliability
Type of reliability estimate confidence interval.
See ci.reliability
Number of bootstrap samples for CI calculation.
See ci.reliability
Confidence level for estimate CI.
See ci.reliability
Show progress for reliability estimate computation. Useful if using computationally intense computations (e. g., many bootstrapping samples) and many index variables.
a tdcmm model
add_index()
to create index variables