resizeFisherMatrix | R Documentation |
Resize the fisher Matrix from a vector to a matrix.
resizeFisherMatrix(nbOfDimensions, fisherMatrix)
## S4 method for signature 'ANY'
resizeFisherMatrix(nbOfDimensions, fisherMatrix)
nbOfDimensions |
: a numeric for the dimensions of the fisher matrix. |
fisherMatrix |
: a vector that contain the low triangular Fisher matrix + its main diagonal. |
The Fisher matrix of size nbOfDimensions*nbOfDimensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.