Specify ADDL column definition in model object instead of specifying ADDL through addDoseCycle

addADDL(.Object, ADDL, II)

Arguments

.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

Examples

if (FALSE) {
model <- addADDL(model, ADDL = "addl", II = "ii")
}