ct.fn: *ct* function

Description Usage Arguments Value Author(s) References Examples

Description

Predicts drug concentration at specified time (default time=0 h) [ng/mL].

Usage

1
ct.fn(cmax, ke, time=0)

Arguments

cmax

is the maximum concentration (cmax).

ke

is the first-order elimination rate constant (ke).

time

is the time on the clearance curve for which a drug concentration is desired.

Value

Returns the concentration at specified time.

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
cmax <- 15; ke <- 0.1333; time <- 4; 
ct <- ct.fn(cmax, ke, time=0)

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