strucMatrixCompSymm: Structured sparse matrix with compound symmetry

Description Usage Arguments See Also Examples

Description

Structured sparse matrix with compound symmetry

Usage

1
strucMatrixCompSymm(diagVal, offDiagVal, matSize)

Arguments

diagVal

value for the diagonal

offDiagVal

value for the off-diagonal

matSize

size of the resulting matrix

See Also

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

Examples

1
(xCompSymm <- strucMatrixCompSymm(1, -0.2, 5))

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