View source: R/nm.process.coveffects.r
eval.eqs | R Documentation |
Evaluates a list of calls in an environment, list, or data.frame or data.frame.
eval.eqs(.data, ...)
.data |
data.frame, list, or environment |
... |
a list of calls or expressions |
.data is returned with the evaluated expressions added
This function is used with nm.process.coveffects
Other coveffects:
covInfo()
,
make.eqs()
,
print.covInfo()
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)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.