make.eqs: Make a list of equations

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

make.eqsR Documentation

Make a list of equations

Description

Makes a list of equations. input formulas.

Usage

make.eqs(...)

Arguments

...

a series of named formulas

Value

a list of call objects that can be used to evaluate the input equations in a given environment.

Note

This function is used with nm.process.coveffects

See Also

Other coveffects: covInfo(), eval.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.