These are all helper functions to extract a specific field or sub-field from a bbi_{.model_type}_summary object.

extract_param_count(.s)

extract_details(.s)

extract_heuristics(.s)

extract_ofv(.s)

extract_condition_number(.s)

Arguments

.s

The summary object to extract from

Functions

  • extract_param_count: Extract count of non-fixed parameters

  • extract_details: Extract run_details field

  • extract_heuristics: Extract run_heuristics field

  • extract_ofv: Extract objective function value (without constant) for the final estimation method

  • extract_condition_number: Extract condition number for the final estimation method