get_prop {xpose.xtras} | R Documentation |
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)
Arguments
xpdb |
< |
prop |
< |
.problem |
< |
.subprob |
< |
.method |
< |
Value
Exact value for the property
Examples
data("xpdb_ex_pk", package = "xpose")
get_prop(xpdb_ex_pk, "descr")
[Package xpose.xtras version 0.0.2 Index]