compute_alpha {psychmeta} | R Documentation |
Compute coefficient alpha
Description
Compute coefficient alpha
Usage
compute_alpha(sigma = NULL, data = NULL, standardized = FALSE, ...)
Arguments
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 |
Value
Coefficient alpha
Examples
compute_alpha(sigma = reshape_vec2mat(cov = .4, order = 10))
[Package psychmeta version 2.7.0 Index]