getCorrelationOfEstimates
[Monolix] Get the inverse of the Fisher Matrix
Get the inverse of the last estimated Fisher matrix computed either by all the Fisher methods used during the last scenario run or by the specific one passed in argument.
WARNING: The Fisher matrix cannot be accessible until the Fisher algorithm has been launched once.
The user can choose to display only the Fisher matrix estimated with a specific method.
Existing Fisher methods :
Fisher by Linearization | "linearization" |
Fisher by Stochastic Approximation | "stochasticApproximation" |
WARNING: Only the methods which have been used during the last scenario run can provide results.
Usage
getCorrelationOfEstimates(method = "")
Arguments
- method
[optional](character) Fisher method whose results should be displayed. If this field is not specified, the results provided by all the methods used during the last scenario run are displayed.
Value
A list whose each field contains the Fisher matrix computed by one of the available Fisher methods used during the ast scenario run. A matrix is defined as a structure containing the following fields :
rownames | list of row names |
columnnames | list of column names |
rownumber | number of rows |
data | vector<...> containing matrix raw values (column major) |