Learn R Programming

xpose (version 0.4.19)

get_summary: Access model summary data

Description

Access model summary data from an xpdb object.

Usage

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

Value

A tibble of model summary.

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.

See Also

xpose_data, template_titles, summary.xpose_data

Examples

Run this code
run_summary <- get_summary(xpdb_ex_pk)
run_summary

Run the code above in your browser using DataLab