modelUnitConversion | R Documentation |
Unit conversion for pharmacokinetic models
modelUnitConversion(
dvu = NA_character_,
amtu = NA_character_,
timeu = NA_character_,
volumeu = NA_character_
)
dvu , amtu , timeu |
The units for the DV, AMT, and TIME columns in the data |
volumeu |
The units for the volume parameters in the model |
A list with names for the units associated with each parameter
("amtu", "clearanceu", "volumeu", "timeu", "dvu") and the numeric value to
multiply the modeled estimate (for example, cp
) so that the model is
consistent with the data units.
Other Unit conversion:
simplifyUnit()
modelUnitConversion(dvu = "ng/mL", amtu = "mg", timeu = "hr", volumeu = "L")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.