cmax.fn: *cmax* function

Description Usage Arguments Value Author(s) References Examples

View source: R/cpk.R

Description

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

Usage

1
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.

Author(s)

Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>

References

See cpk-package help.

Examples

1
2
f = 0.74; dpo <- 3440; vd = 2.8; ar = 2.4; wtkg=86;
cmax <- cmax.fn(f, dpo, vd, ar, wtkg)

cpk documentation built on May 2, 2019, 3:42 a.m.