Skip to contents

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

Usage

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) { # \dontrun{
model <- addADDL(model, ADDL = "addl", II = "ii")
} # }