Learn R Programming

xpose (version 0.4.19)

get_special: Access special model data

Description

Access special model data from an xpdb object.

Usage

get_special(xpdb, .problem = NULL, quiet)

Value

A list.

Arguments

xpdb

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

.problem

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

quiet

Logical, if FALSE messages are printed to the console.

See Also

list_special, xpose_data

Examples

Run this code
special <- get_summary(xpdb_ex_pk)
special

Run the code above in your browser using DataLab