Description Usage Arguments See Also Examples
Structured sparse matrix with compound symmetry
1 | strucMatrixCompSymm(diagVal, offDiagVal, matSize)
|
diagVal |
value for the diagonal |
offDiagVal |
value for the off-diagonal |
matSize |
size of the resulting matrix |
Other strucMatrixSpecial: strucMatrixBlank;
strucMatrixCol;
strucMatrixConstVarChol;
strucMatrixCorFactor;
strucMatrixCorMatChol;
strucMatrixDiag;
strucMatrixExpChol;
strucMatrixFull;
strucMatrixGenFullTri;
strucMatrixIdent;
strucMatrixInd;
strucMatrixOneOffDiag;
strucMatrixOnes;
strucMatrixSymm;
strucMatrixTri;
strucMatrixVarWithCovariate
1 | (xCompSymm <- strucMatrixCompSymm(1, -0.2, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.