l2c: Loadings to Correlation Matrix

Description Usage Arguments Value Examples

Description

Easy method to generate correlation matricies from factor loadings (either made up or real)

Usage

1

Arguments

loadings

the loading matrix to be utilized.

Value

A correlation matrix

Examples

1
2
3
4
5
loadings <- matrix(c(0.6,0.7,0.1,0.1,0.2,
                     0.3,0.1,0.7,0.7,0.1,
                     0,0.1,0.2,0.2,0.8),
                   ncol = 3)
l2c(loadings)

mattkcole/mc2Rd documentation built on May 8, 2019, 9:23 a.m.