View source: R/nm.process.coveffects.r
make.eqs | R Documentation |
Makes a list of equations. input formulas.
make.eqs(...)
... |
a series of named formulas |
a list of call objects that can be used to evaluate the input equations in a given environment.
This function is used with nm.process.coveffects
Other coveffects:
covInfo()
,
eval.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.