extract_from_summary | R Documentation |
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_data_set(.s)
extract_heuristics(.s)
extract_ofv(.s, with_constant = FALSE)
extract_condition_number(.s)
.s |
A list of |
with_constant |
Whether to extract the objective function value with or without constant. |
extract_param_count()
: Extract count of non-fixed parameters
extract_details()
: Extract run_details
field
extract_data_set()
: Extract data_set
field from run_details
.
extract_heuristics()
: Extract run_heuristics
field
extract_ofv()
: Extract objective function value for the
final estimation method.
extract_condition_number()
: Extract condition number for the final estimation method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.