This function lists the names of covariate effects in a provided
pharmacokinetic/pharmacodynamic (PK/PD) model.
Usage
listCovariateEffectNames(.Object)
# S4 method for class 'NlmePmlModel'
listCovariateEffectNames(.Object)
Arguments
- .Object
PK/PD model
Value
A vector of character strings containing the names
of the covariate effects in the model.
Examples
if (FALSE) { # \dontrun{
listCovariateEffectNames(model)
} # }