getAllParsVariations.Rd
Gets all parameter values that were used to create a given variational matrix.
getAllParsVariations(df)
A data frame containing a variational matrix, optionally with second order derivatives.
A named list of three named numeric vectors containing the theta's, eta's and eps's used to
create the variational matrix.
The list elements are named "theta", "eta" and "eps", respectively.
The vector elements have the names of the parameters.
The function displays an error and returns NULL
if df
is not a valid variational matrix.
Other retrieval functions:
[.keepattr()
,
getAllParsFim()
,
getParVecFim()
,
getParVecVariations()
,
getParsFim()
,
getParsVariations()
,
subFim()