strucMatrixCol: Column vector as structured sparse matrix

Description Usage Arguments See Also Examples

Description

Column vector as structured sparse matrix

Usage

1
strucMatrixCol(vals, valInds)

Arguments

vals

vector of values

valInds

vector of value indices

See Also

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

Examples

1
2
set.seed(1)
(xCol <- strucMatrixCol(rnorm(5)))

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