| Fim | R Documentation |
The class Fim represents and stores information for the Fim.
Fim(
fisherMatrix = numeric(0),
fixedEffects = numeric(0),
varianceEffects = numeric(0),
SEAndRSE = list(),
condNumberFixedEffects = 0,
condNumberVarianceEffects = 0,
shrinkage = numeric(0)
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.