powered by
Returns number of levels and model at each level. See pump_info()$Context to get a list of supported d_ms.
parse_d_m(d_m, d_only = FALSE)
list; list of features including number of levels, level of randomization, etc.
string; context to parse.
TRUE/FALSE; TRUE means only look at design, ignore model if present.
supported <- pump_info(comment = FALSE)$Context parse_d_m( supported$d_m[4] )
Run the code above in your browser using DataLab