getParsFim.Rd
Gets the values of the parameters corresponding to the columns of the FIM.
This is a subset of getAllParsFim
corresponding to the columns present in the FIM.
getParsFim(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, and present as columns of the FIM, in the order of appearance in 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()
,
getAllParsFim()
,
getAllParsVariations()
,
getParVecFim()
,
getParVecVariations()
,
getParsVariations()
,
subFim()