Learn R Programming

PKNCA (version 0.11.0)

getDepVar: Get the dependent variable (left hand side of the formula) from a PKNCA object.

Description

Get the dependent variable (left hand side of the formula) from a PKNCA object.

Usage

getDepVar(x, ...)

Value

The vector of the dependent variable from the object.

Arguments

x

The object to extract the formula from

...

Unused

See Also

Other PKNCA object extractors: getDataName.PKNCAconc(), getIndepVar()