tri2cor: Create square correlation matrix from lower triangle

View source: R/main.R

tri2corR Documentation

Create square correlation matrix from lower triangle

Description

Create square correlation matrix from lower triangle

Usage

tri2cor(x, variable_names = NULL)

Arguments

x

vector of correlations

variable_names

a vector of variable names

Value

square matrix

Examples

tri2cor(c(.2,.3,.4))

wjschne/WJSmisc documentation built on June 29, 2023, 8:04 a.m.