get_summary {xpose} | R 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 |
.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 |
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
[Package xpose version 0.4.18 Index]