View source: R/covariateNames.R
covariateNames | R Documentation |
Use to return character vector of covariate names available in model object.
covariateNames(model)
model |
Model object |
Character vector of covariate names defined in model
model <- pkmodel(columnMap = FALSE)
model <- addCovariate(model, covariate = "BW", effect = "V")
model <- addCovariate(model, covariate = "Age", effect = "Cl")
covariateNames(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.