model <- pkmodel(columnMap = FALSE,
workingDir = tempdir())
model <- addCovariate(model, covariate = "BW", effect = "V")
model <- addCovariate(model, covariate = "Age", effect = "Cl")
covariateNames(model)
Run the code above in your browser using DataLab