Gets all parameter values that were used to create a given variational matrix.

getAllParsVariations(df)

Arguments

df

A data frame containing a variational matrix, optionally with second order derivatives.

Value

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.

See also

Author

Martijn van Noort