resizeFisherMatrix {PFIM} | R Documentation |
Resize the fisher Matrix from a vector to a matrix.
Description
Resize the fisher Matrix from a vector to a matrix.
Usage
resizeFisherMatrix(nbOfDimensions, fisherMatrix)
## S4 method for signature 'ANY'
resizeFisherMatrix(nbOfDimensions, fisherMatrix)
Arguments
nbOfDimensions |
: a numeric for the dimensions of the fisher matrix. |
fisherMatrix |
: a vector that contain the low triangular Fisher matrix + its main diagonal. |
Value
The Fisher matrix of size nbOfDimensions*nbOfDimensions
[Package PFIM version 6.0.3 Index]