mg_rel_table {ccpsyc} | R Documentation |
Multi-group reliability table
Description
Multi-group reliability table
Usage
mg_rel_table(df_s, measure_list, group, digitn = 3, seed = 2711)
Arguments
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 |
Value
Returns a formatted dataframe with the reliability of all constructs by group
[Package ccpsyc version 0.2.6 Index]