extract_from_summary: Extract from summary object

extract_from_summaryR Documentation

Extract from summary object

Description

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

Usage

extract_param_count(.s)

extract_details(.s)

extract_data_set(.s)

extract_heuristics(.s)

extract_ofv(.s, with_constant = FALSE)

extract_condition_number(.s)

Arguments

.s

A list of bbi_nonmem_summary objects to extract from.

with_constant

Whether to extract the objective function value with or without constant.

Functions

  • 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


metrumresearchgroup/bbr documentation built on July 4, 2025, 5:28 p.m.