strucMatrixCorMatChol: Structured sparse Cholesky factor of a correlation matrix

Description Usage Arguments See Also Examples

Description

Structured sparse Cholesky factor of a correlation matrix

Usage

1
strucMatrixCorMatChol(offDiagPars)

Arguments

offDiagPars

parameters determining the off-diagonal of the Cholesky factor

See Also

Other strucMatrixSpecial: strucMatrixBlank; strucMatrixCol; strucMatrixCompSymm; strucMatrixConstVarChol; strucMatrixCorFactor; strucMatrixDiag; strucMatrixExpChol; strucMatrixFull; strucMatrixGenFullTri; strucMatrixIdent; strucMatrixInd; strucMatrixOneOffDiag; strucMatrixOnes; strucMatrixSymm; strucMatrixTri; strucMatrixVarWithCovariate

Examples

1
2
set.seed(1)
(xCorMatChol <- strucMatrixCorMatChol(rnorm(choose(5, 2))))

stevencarlislewalker/lme4ord documentation built on May 30, 2019, 4:43 p.m.