Learn R Programming

cpk (version 1.3-1)

ct.fn: ct function

Description

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

Usage

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.

References

See cpk-package help.

Examples

Run this code
cmax <- 15; ke <- 0.1333; time <- 4; 
ct <- ct.fn(cmax, ke, time=0)

Run the code above in your browser using DataLab