parse_d_m {PUMP} | R Documentation |
Return characteristics of a given context/d_m code (support function)
Description
Returns number of levels and model at each level. See pump_info()$Context to get a list of supported d_ms.
Usage
parse_d_m(d_m)
Arguments
d_m |
string; context to parse. |
Value
list; list of features including number of levels, level of randomization, etc.
Examples
supported <- pump_info(comment = FALSE)$Context
parse_d_m( supported$d_m[4] )
[Package PUMP version 1.0.3 Index]