Learn R Programming

PFIM (version 7.0)

IndividualFim: IndividualFim

Description

The class IndividualFim represents and stores information for the IndividualFim.

Usage

IndividualFim(
  fisherMatrix = numeric(0),
  fixedEffects = numeric(0),
  varianceEffects = numeric(0),
  SEAndRSE = list(),
  condNumberFixedEffects = 0,
  condNumberVarianceEffects = 0,
  shrinkage = numeric(0)
)

Arguments

fisherMatrix

A matrix giving the numerical values of the Fim.

fixedEffects

A matrix giving the numerical values of the fixedEffects of the Fim.

varianceEffects

A matrix giving the numerical values of varianceEffects of the Fim.

SEAndRSE

A data frame giving the value of the SE and RSE.

condNumberFixedEffects

The conditional number of the fixedEffects of the Fim.

condNumberVarianceEffects

The conditional number of the varianceEffects of the Fim.

shrinkage

A vector giving the shrinkage values.