rrelicoef: Raykov's factor reliability coefficient

Description Usage Examples

View source: R/rrelicoef.R

Description

This function computes Raykov's reliability coefficient (RRC) for factors from confirmatory factor analyses, a measure which is commonly seen as a more accurate one than that of Cronbach's alpha which is computed based on the assumption of tau-equivalent measures. It computes reliability coefficients for factors with and without correlated errors.

Usage

1
rrelicoef(mod)

Examples

1
2
3
4
5
6
model.01 <- '
           Col =~ respected + secure
           Ind =~ accomplish + self_fulfil + self_respect
           '
est.model.01 <- cfa(model.01, data=values)
rrelicoef(est.model.01)

mmoglu/rrelicoef documentation built on Dec. 21, 2021, 8:06 p.m.