Lambda4 (version 3.0)

lambda1: Compute Guttman's Lambda 1 Coefficient

Description

Compute Guttman's Lambda 1 Coefficient

Usage

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

Arguments

x
an object that you can compute the covariance of
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
lambda1(Rosenberg)

Run the code above in your browser using DataLab