View source: R/designs_and_models.R
parse_d_m | R Documentation |
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)
d_m |
string; context to parse. |
d_only |
TRUE/FALSE; TRUE means only look at design, ignore model if present. |
list; list of features including number of levels, level of randomization, etc.
supported <- pump_info(comment = FALSE)$Context
parse_d_m( supported$d_m[4] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.