addADDL | R Documentation |
Specify ADDL column definition in model object instead of specifying ADDL through addDoseCycle
addADDL(.Object, ADDL, II)
.Object |
Model object |
ADDL |
Column mapping argument specifying corresponding "ADDL" column in input data set |
II |
Column mapping argument specifying corresponding "II" column in input data set |
Modified NlmePmlModel
object
model <- addADDL(model, ADDL = "addl", II = "ii")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.