Learn R Programming

PFIM (version 7.0)

BayesianFim: BayesianFim

Description

The class BayesianFim represents and stores information for the Bayesian Fim.

Usage

BayesianFim(
  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.