get_lower_tri: Get lower triangle of a correlation matrix

Description Usage Arguments Value Examples

View source: R/correlations.r

Description

Get lower triangle of a correlation matrix

Usage

1
get_lower_tri(cormat)

Arguments

cormat

Correlation matrix

Value

Lower triangle of matrix, upper is NA

Examples

1
get_lower_tri(stats::cor(matrix(rnorm(500), 100, 5)))

rexmacey/factorModel documentation built on Oct. 2, 2019, 1:25 a.m.