strucMatrixGenFullTri: General and full triangular structured sparse matrix

Description Usage Arguments Note See Also Examples

Description

General and full triangular structured sparse matrix

Usage

1

Arguments

nrow,ncol

number of rows and columns

vals

values for the nonzero values

diag

include diagonal?

low

lower triangular?

Note

Beware there appear to be bugs here.

See Also

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

Examples

1
2
set.seed(1)
(xGenFullTri <- strucMatrixGenFullTri(5, 5, rnorm(choose(6, 2))))

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