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