umx (version 4.0.0)

reliability: Report coefficient alpha (reliability)

Description

Compute and report Coefficient alpha (extracted from Rcmdr to avoid its dependencies)

Usage

reliability(S)

Arguments

S

A square, symmetric, numeric covariance matrix

Value

None

References

- https://cran.r-project.org/package=Rcmdr

See Also

- [umx::print.reliability()],

Other Miscellaneous Stats Helpers: FishersMethod(), SE_from_p(), oddsratio(), umxCov2cor(), umxHetCor(), umxWeightedAIC(), umx_apply(), umx_cor(), umx_means(), umx_r_test(), umx_round(), umx_scale(), umx_var(), umx

Examples

Run this code
# NOT RUN {
# treat car data as items of a test
data(mtcars)
reliability(cov(mtcars))
# }

Run the code above in your browser using DataLab