bc.ttc.fn: Back-calculation function

Description Usage Arguments Value Author(s) References Examples

Description

Performs a back-calculation to get the target therapeutic concentration (TTC) based on the administered dose.

Usage

1
bc.ttc.fn(dr, f, cl, wtkg)

Arguments

dr

dr is

f

bioavailability

cl

clearance rate

wtkg

weight in kg average man in US (NHANES III)

Value

Returns the back-calculated TTC (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
ttc <- 20; dr <- 2.26; cl <- 0.57; f <- 0.74; wtkg <- 86;
dr  <- dr.fn(ttc,cl,wtkg,f)

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