mg_rel_table | R Documentation |
Multi-group reliability table
mg_rel_table(df_s, measure_list, group, digitn = 3, seed = 2711)
df_s |
The full dataframe with all groups and items. |
measure_list |
A named list of vectors containing the item names. The format should be list(measure_name1 = c('Item1', 'Item2', 'Item3'), measure_name2 = c('Item1', 'Item2', 'Item3')) |
group |
Grouping variable in the dataset as string for example "country" |
digitn |
Controls the amount of digits shown in the output |
seed |
Seed for the bootstrapped confidence intervals |
Returns a formatted dataframe with the reliability of all constructs by group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.