isNormalizedFim.Rd
Returns whether the given FIM is normalized, as recorded in its normalization indicators.
isNormalizedFim(fim)
A matrix with row and column names containing the FIM,
as produced by calcFimFromMatrix
or calcFimFromModel
.
a named boolean vector, stating for each parameter of the FIM whether it is
normalized (TRUE
) or not (FALSE
).
All theta, omega and sigma parameters are listed, not just the ones present in the FIM.
Returns NULL
and prints an error if there was no normalization indicator.
Other checkers:
isNormalizedVariations()