Multi-group reliability table
mg_rel_table(df_s, measure_list, group, digitn = 3, seed = 2711)The full dataframe with all groups and items.
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'))
Grouping variable in the dataset as string for example "country"
Controls the amount of digits shown in the output
Seed for the bootstrapped confidence intervals
Returns a formatted dataframe with the reliability of all constructs by group