Skip to content

Commit

Permalink
20250109 - composite reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Jan 9, 2025
1 parent 5e7b00f commit b56172f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 05-Reliability.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,7 @@ However, because of the many weaknesses of Cronbach's alpha [@Cortina1993; @Dunn

Current recommendations are to use McDonald's coefficient omega ($\omega$) instead of Cronbach's alpha ($\alpha$) for internal consistency reliability.\index{reliability!internal consistency}\index{reliability!internal consistency!Cronbach's alpha}\index{reliability!internal consistency!omega}
Specifically, it is recommended to use omega total ($\omega_t$) for continuous items that are unidimensional, omega hierarchical ($\omega_h$) for continuous items that are multidimensional, and omega categorical ($\omega_C$) for categorical items (i.e., items with fewer than five ordinal categories), with confidence intervals calculated from a bias-corrected bootstrap [@Flora2020; @Kelley2016].\index{reliability!internal consistency}\index{reliability!internal consistency!omega}
In addition to estimating coefficient omega ($\omega$) in the ways described below, omega ($\omega$) can also be estimated in latent factor models, and is sometimes called *composite reliability* (see Section \@ref(reliability-cfa) for an example).\index{reliability!internal consistency}\index{reliability!internal consistency!omega}

##### Omega Total ($\omega_t$)

Expand Down
1 change: 1 addition & 0 deletions 15-Factor-Analysis-PCA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,7 @@ cor.test(
#### Internal Consistency Reliability {#reliability-cfa}

[Internal consistency reliability](#internalConsistency-reliability) of items composing the latent factors, as quantified by [omega ($\omega$)](#coefficientOmega) and [average variance extracted](#averageVarianceExtracted) (AVE), was estimated using the `semTools` package [@R-semTools].\index{factor analysis!confirmatory}\index{reliability!internal consistency}\index{reliability!internal consistency!omega}\index{reliability!internal consistency!average variance extracted}
[Coefficient omega ($\omega$)](#coefficientOmega) is an example of *composite reliability*.\index{factor analysis!confirmatory}\index{reliability!internal consistency}\index{reliability!internal consistency!omega}

```{r}
compRelSEM(cfaModelFit)
Expand Down

0 comments on commit b56172f

Please sign in to comment.