The class BayesianFim
represents and stores information for the Bayesian Fim.
BayesianFim(
fisherMatrix = numeric(0),
fixedEffects = numeric(0),
varianceEffects = numeric(0),
SEAndRSE = list(),
condNumberFixedEffects = 0,
condNumberVarianceEffects = 0,
shrinkage = numeric(0)
)
A matrix giving the numerical values of the Fim.
A matrix giving the numerical values of the fixedEffects of the Fim.
A matrix giving the numerical values of varianceEffects of the Fim.
A data frame giving the value of the SE and RSE.
The conditional number of the fixedEffects of the Fim.
The conditional number of the varianceEffects of the Fim.
A vector giving the shrinkage values.