Learn R Programming

cpk (version 1.2)

cmax.fn: Calculates cmax

Description

Calculates cmax (peak) drug concentration in ug/L, which is the same as ng/ml.

Usage

cmax.fn(f, dpo, vd, ar, wtkg = 86)

Arguments

f
is bioavailability.
dpo
is oral dose administered in ug.
vd
is apparent volume of distribution in L.
ar
is accumulation ratio.
wtkg
is patient weight in kg.

Value

  • Returns cmax ug/L.

References

See cpk-package help.

Examples

Run this code
f = 0.74; dpo <- 3440; vd = 2.8; ar = 2.4;
cmax <- cmax.fn(f, dpo, vd, ar)

Run the code above in your browser using DataLab