auto_reliability | R Documentation |
Checks Cronbach's alpha and select variables based on a min r.drop criteria
auto_reliability(
DF,
short_name_scale = short_name_scale_str,
items = NULL,
min_rdrop = 0.2
)
DF |
dataframe |
short_name_scale |
short name of scale |
items |
items to check |
min_rdrop |
rdrop threshold |
Saves a DF and outputs information about the item selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.