angles2rho: Matrix conversion tool

Description Usage Arguments Value See Also Examples

View source: R/angles2rho.R

Description

A tool for converting a matrix of angles to a correlation matrix using Choleksy factor

Usage

1
angles2rho(theta)

Arguments

theta

A (p-1) times (p-1) matrix of angles.

Value

A p times p correlation matrix.

See Also

rho2angles

Examples

1
2
theta <- matrix(rep(0.5, 4), 2, 2)
angles2rho(theta)

ben-j-barlow/rcbmm documentation built on Feb. 12, 2021, 9:14 a.m.