Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


xpose.xtras (version 0.0.2)

get_prop: Generic function to extract a property from a model summary

Description

Generic function to extract a property from a model summary

Usage

get_prop(xpdb, prop, .problem = NULL, .subprob = NULL, .method = NULL)

Value

Exact value for the property

Arguments

xpdb

<xpose_dataxpose::xpose_data> object

prop

<character> Property to extract

.problem

<numeric> Problem number to use. Uses the xpose default if not provided.

.subprob

<numeric> Subproblem number to use. Uses the xpose default if not provided.

.method

<character> Method to use. Uses the xpose default if not provided.

Examples

Run this code

data("xpdb_ex_pk", package = "xpose")

get_prop(xpdb_ex_pk, "descr")

Run the code above in your browser using DataLab