# \donttest{
model <- pkmodel(columnMap = FALSE,
isPopulation = FALSE,
workingDir = tempdir())
model <- suppressWarnings(addCovariate(model,
covariate = "Gender",
type = "Categorical",
effect = c("V"),
levels = c(0, 1)))
model@isTextual <- TRUE
model <- addLabel(model, "Gender", c(1, 2), c("male", "female"))
# }
Run the code above in your browser using DataLab