Use to add MDV statement to model@userDefinedExtraDefs

addMDV(.Object, MDV)

Arguments

.Object

Model object

MDV

Column mapping argument specifying corresponding "MDV" column in input data set

Examples

if (FALSE) {
model <- addMDV(model, MDV = "MDV")
}