strucMatrixFull: Full structured sparse matrix

Description Usage Arguments See Also Examples

Description

Full structured sparse matrix

Usage

1

Arguments

nrow,ncol

numbers of rows and columns

vals

vector of values

See Also

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

Examples

1
2
set.seed(1)
(xFull <- strucMatrixFull(5, 5, rnorm(25)))

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