getAllParsFim.Rd
Gets the values of the parameters used to create a given FIM.
getAllParsFim(fim)
The FIM.
A named list of three named numeric vectors containing the theta's, omega's and sigma's used to
create the FIM.
The list elements are named "theta", "omega" and "sigma", respectively.
The vector elements have the names of the parameters, where off-diagonal elements of omega and sigma are
named "(<par1>,<par2>)".
The function displays an error and returns NULL
if fim
is not a valid FIM.
Other retrieval functions:
[.keepattr()
,
getAllParsVariations()
,
getParVecFim()
,
getParVecVariations()
,
getParsFim()
,
getParsVariations()
,
subFim()