powered by
Access model summary data from an xpdb object.
get_summary(xpdb, .problem = NULL, .subprob = NULL, only_last = FALSE)
A tibble of model summary.
An xpose_data object from which the summary data will be extracted.
xpose_data
The .problem to be used, by default returns the last one for each label.
The subproblem to be used, by default returns the last one for each label.
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.
TRUE
FALSE
xpose_data, template_titles, summary.xpose_data
template_titles
summary.xpose_data
run_summary <- get_summary(xpdb_ex_pk) run_summary
Run the code above in your browser using DataLab