strucMatrixTri: Triangular structured sparse matrix

Description Usage Arguments See Also Examples

Description

Triangular structured sparse matrix

Usage

1
strucMatrixTri(diagVals, offDiagVals, low = TRUE)

Arguments

diagVals

values for the diagonal

offDiagVals

values for the off-diagonal

low

lower triangular?

See Also

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

Examples

1
2
set.seed(1)
(xTri <- strucMatrixTri(rnorm(5), rnorm(choose(5, 2))))

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