grafi_reliability: Table of reliability coeficientes for Mcdonald's Omega

Description Usage Arguments Value Author(s) Examples

View source: R/performance_tables.R

Description

This function needs a psych and GPArotation object from the omegaSem function to work. It creates a table of all fit indices for a CFA and SEM model.

Usage

1

Arguments

x

McDonalds Omega calculated with the omegaSem function. The name of the McDonald's Omega specified with the psych and GPArotation packages.

Value

The output is a data.frame that gives you fit McDonalds Omega coefficients in a table.

Author(s)

Juan Carlos Saravia

Examples

1
2
3
4
5
set.seed(123456)
data <- data.frame(replicate(10,sample(1:5,1000,rep=TRUE)))
data.rel <- psych::omegaSem(data)

grafi_reliability(data.rel)

jsaraviadrago/bluegrafir documentation built on July 20, 2020, 3:01 a.m.