This function processes the finalized FIMS JSON output and reshapes the parameter estimates into a structured tibble for easier analysis and manipulation.
Usage
reshape_json_estimates(finalized_fims, opt = list())
Arguments
- finalized_fims
A JSON object containing the finalized FIMS output.
- opt
An object returned from an optimizer, typically from
stats::nlminb()
, used to fit a TMB model.