Learn R Programming

umx (version 1.4.0)

umxCov2cor: umxCov2cor

Description

Version of cov2cor that forces upper and lower triangles to be identical (rather than nearly identical)

Usage

umxCov2cor(x)

Arguments

x
something that cov2cor can work on (matrix, df, etc.)

Value

- a correlation matrix

References

- http://www.github.com/tbates/umx

See Also

Other Stats Functions: reliability, umx_cor, umx_means, umx

Examples

Run this code
umxCov2cor(cov(mtcars))

Run the code above in your browser using DataLab