compute_alpha {psychmeta} | R Documentation |
Compute coefficient alpha
compute_alpha(sigma = NULL, data = NULL, standardized = FALSE, ...)
sigma |
Covariance matrix (must be supplied if data argument is not supplied) |
data |
Data matrix or data frame (must be supplied if sigma argument is not supplied) |
standardized |
Logical scalar determining whether alpha should be computed from an unstandardized covariance matrix ( |
... |
Additional arguments to be passed to |
Coefficient alpha
compute_alpha(sigma = reshape_vec2mat(cov = .4, order = 10))