Description Usage Arguments See Also Examples
Column vector as structured sparse matrix
1 | strucMatrixCol(vals, valInds)
|
vals |
vector of values |
valInds |
vector of value indices |
Other strucMatrixSpecial: strucMatrixBlank
;
strucMatrixCompSymm
;
strucMatrixConstVarChol
;
strucMatrixCorFactor
;
strucMatrixCorMatChol
;
strucMatrixDiag
;
strucMatrixExpChol
;
strucMatrixFull
;
strucMatrixGenFullTri
;
strucMatrixIdent
;
strucMatrixInd
;
strucMatrixOneOffDiag
;
strucMatrixOnes
;
strucMatrixSymm
;
strucMatrixTri
;
strucMatrixVarWithCovariate
1 2 | set.seed(1)
(xCol <- strucMatrixCol(rnorm(5)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.