get_summary | R Documentation |
Access model summary data from an xpdb object.
get_summary(xpdb, .problem = NULL, .subprob = NULL, only_last = FALSE)
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 |
A tibble of model summary.
xpose_data
, template_titles
, summary.xpose_data
run_summary <- get_summary(xpdb_ex_pk)
run_summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.