eval.eqs: Evaluate a list of equations

View source: R/nm.process.coveffects.r

eval.eqsR Documentation

Evaluate a list of equations

Description

Evaluates a list of calls in an environment, list, or data.frame or data.frame.

Usage

eval.eqs(.data, ...)

Arguments

.data

data.frame, list, or environment

...

a list of calls or expressions

Value

.data is returned with the evaluated expressions added

Note

This function is used with nm.process.coveffects

See Also

Other coveffects: covInfo(), make.eqs(), print.covInfo()

Examples

eqs = make.eqs(CL = THETA1*(1 + (GNDR == 0)*THETA7)*(AGE/33.72)^THETA6*exp(ETA1)
            ,V1 = THETA2*(1 + (GNDR == 0)*THETA9)*(AGE/33.72)^THETA8*exp(ETA2)
            )
eqs$label = list(CL = "Clearance (L/h)", V1 = "Volume of Central Compartment (L)")


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.