This function lists the names of covariate effects in a provided pharmacokinetic/pharmacodynamic (PK/PD) model.

listCovariateEffectNames(.Object)

# S4 method for 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) {
listCovariateEffectNames(model)
}