Skip to contents

Use to add MDV statement to model@userDefinedExtraDefs

Usage

addMDV(.Object, MDV)

Arguments

.Object

Model object

MDV

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

Examples

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