Learn R Programming

cpk (version 1.3-1)

cmax.fn: cmax function

Description

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

Usage

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

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; wtkg=86;
cmax <- cmax.fn(f, dpo, vd, ar, wtkg)

Run the code above in your browser using DataLab