EvaluateFisherMatrix | R Documentation |
Evaluate the Fisher matrix ( population, individual and Bayesian )
EvaluateFisherMatrix(object, model, arm, modelEvaluation, modelVariance)
## S4 method for signature 'BayesianFim'
EvaluateFisherMatrix(object, model, arm, modelEvaluation, modelVariance)
## S4 method for signature 'IndividualFim'
EvaluateFisherMatrix(object, model, arm, modelEvaluation, modelVariance)
## S4 method for signature 'PopulationFim'
EvaluateFisherMatrix(object, model, arm, modelEvaluation, modelVariance)
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. |
An object from the class Fim containing the Fisher matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.