cormat_from_triangle: Make Correlation Matrix from Triangle

View source: R/cormat.R

cormat_from_triangleR Documentation

Make Correlation Matrix from Triangle

Description

cormat_from_triangle makes a correlation matrix from a vector of the upper right triangle

Usage

cormat_from_triangle(cors)

Arguments

cors

the correlations among the variables as a vars\*(vars-1)/2 vector

Value

matrix

Examples

cormat_from_triangle(c(.2, .3, .4, 
                           .5, .6, 
                               .7))

faux documentation built on April 20, 2023, 9:13 a.m.