mg_rel_table: Multi-group reliability table

View source: R/mg_rel_table.R

mg_rel_tableR 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


Jo-Karl/ccpsyc documentation built on Oct. 15, 2022, 3:20 p.m.