reliability | R Documentation |
Compute and report Coefficient alpha (extracted from Rcmdr to avoid its dependencies)
reliability(S)
S |
A square, symmetric, numeric covariance matrix |
None
- <https://cran.r-project.org/package=Rcmdr>
- [umx::print.reliability()],
Other Miscellaneous Stats Functions:
FishersMethod()
,
SE_from_p()
,
geometric_mean()
,
harmonic_mean()
,
oddsratio()
,
umxCov2cor()
,
umxHetCor()
,
umxParan()
,
umxWeightedAIC()
,
umx_apply()
,
umx_cor()
,
umx_means()
,
umx_r_test()
,
umx_round()
,
umx_scale()
,
umx_var()
,
umx
# treat car data as items of a test
data(mtcars)
reliability(cov(mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.