Lambda4 (version 3.0)

lambda5: Compute Guttman's Lambda 5 Coefficient

Description

Compute Guttman's Lambda 5 Coefficient

Usage

lambda5(x, missing = "complete", standardize = FALSE)

Arguments

x
Can be either a data matrix or a covariance matrix.
missing
how to handle missing values.
standardize
Results are standardized by using the correlation matrix instead of the covariance matrix for computation.

References

Guttman L (1945). "A Basis for Analyzing Test-Retest Reliability." Psychometrika, 10, 255-282.

Examples

Run this code
lambda5(Rosenberg)

Run the code above in your browser using DataCamp Workspace