get_summary: Access model summary data

View source: R/xpdb_access.R

get_summaryR Documentation

Access model summary data

Description

Access model summary data from an xpdb object.

Usage

get_summary(xpdb, .problem = NULL, .subprob = NULL, only_last = FALSE)

Arguments

xpdb

An xpose_data object from which the summary data will be extracted.

.problem

The .problem to be used, by default returns the last one for each label.

.subprob

The subproblem to be used, by default returns the last one for each label.

only_last

Logical, if TRUE only the last record for each label is returned in case of multiple problem and/or subproblem. If FALSE all values are returned.

Value

A tibble of model summary.

See Also

xpose_data, template_titles, summary.xpose_data

Examples

run_summary <- get_summary(xpdb_ex_pk)
run_summary


UUPharmacometrics/xpose documentation built on Feb. 4, 2024, 7:21 a.m.