Learn R Programming

matrixpls (version 0.6.0)

reliability.weightLoadingProduct: Reliabilities as products of weights and loadings

Description

Calculates reliabilities as a matrix product of loadings and weights.

Usage

reliability.weightLoadingProduct(S, loadings, W, ...)

Arguments

S
the data covariance matrix
loadings
matrix of factor loading estimates
W
matrix of weights
...
All other arguments are ignored.

Value

  • a named vector of estimated composite reliabilities.