get_reliability {tidycomm} | R Documentation |
Get reliability estimates of index variables
Description
Get reliability estimates of index variables created with add_index
.
Usage
get_reliability(
data,
...,
type = "alpha",
interval.type = NULL,
bootstrap.samples = NULL,
conf.level = NULL,
progress = FALSE
)
Arguments
data |
|
... |
Index variables created with |
type |
Type of reliability estimate. See |
interval.type |
Type of reliability estimate confidence interval.
See |
bootstrap.samples |
Number of bootstrap samples for CI calculation.
See |
conf.level |
Confidence level for estimate CI.
See |
progress |
Show progress for reliability estimate computation. Useful if using computationally intense computations (e. g., many bootstrapping samples) and many index variables. |
Value
a tdcmm model
See Also
add_index()
to create index variables
Examples
WoJ %>%
add_index(ethical_flexibility, ethics_1, ethics_2, ethics_3, ethics_4) %>%
get_reliability()
[Package tidycomm version 0.4.1 Index]