powered by
Get reliability estimates of index variables created with add_index.
add_index
get_reliability(data, ..., type = "alpha", interval.type = NULL, bootstrap.samples = NULL, conf.level = NULL, progress = FALSE)
a tibble
Index variables created with add_index. Leave empty to get reliability estimates for all index variables.
Type of reliability estimate. See ci.reliability
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 computionally intense computations (e. g., many bootstrapping samples) and many index variables.
add_index() to create index variables
add_index()
Other reliability: compute_reliability
compute_reliability
# NOT RUN { WoJ %>% add_index(ethical_flexibility, ethics_1, ethics_2, ethics_3, ethics_4) %>% get_reliability() # }
Run the code above in your browser using DataLab