Skip to contents

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

# \donttest{
listCovariateEffectNames(model)
#> Error in h(simpleError(msg, call)): error in evaluating the argument '.Object' in selecting a method for function 'listCovariateEffectNames': object 'model' not found
# }