EvaluateVarianceFIM {PFIM} | R Documentation |
Evaluate the variance of the Fisher information matrix.
Description
Evaluate the variance of the Fisher information matrix.
Usage
EvaluateVarianceFIM(object, model, arm, modelEvaluation, modelVariance)
## S4 method for signature 'IndividualFim'
EvaluateVarianceFIM(object, model, arm, modelEvaluation, modelVariance)
## S4 method for signature 'PopulationFim'
EvaluateVarianceFIM(object, model, arm, modelEvaluation, modelVariance)
Arguments
object |
An object from the class Fim. |
model |
An object from the class Model. |
arm |
An object from the class Arm. |
modelEvaluation |
A list containing the evaluation results. |
modelVariance |
A list containing the model variance. |
Value
A list containing the matrices of the variance of the FIM.
[Package PFIM version 6.0.3 Index]