Learn R Programming

PFIM (version 5.0)

Fim-class: Class "Fim" representing the Fisher information matrix, a parent class used by three classes PopulationFim, IndividualFim and BayesianFim.

Description

A class storing information regarding the Fisher computation matrix. Type of the Fisher information: population ("PopulationFIM"), individual ("IndividualFIM") or Bayesian ("BayesianFIM"). The computation method for population and Bayesian matrix is first order linearisation (FO).

Arguments

Objects from the class

Objects form the class Fim can be created by calls of the form Fim(...) where (...) are the parameters for the Fim objects.

Slots for <code>Fim</code> objects

isOptimizationResult:

A Boolean giving TRUE for an optimization result and FALSE an evaluation result.

mfisher:

A matrix of numeric giving the Fisher information.

omega:

A matrix of numeric giving the variances.

mu:

A matrix of numeric giving the means.

fim_comput_method:

Name of the method used to approximate the population matrix : character strings, 'FO'