Learn R Programming

cpk (version 1.2)

dr.fn: Dose rate function

Description

Calculates dose rate.

Usage

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

Arguments

ttc
target therapeutic concentration.
cl
clearance rate.
wtkg
patient's weight in kilograms.
f
bioavailability.

Value

  • Returns the dose rate.

References

See cpk-package help.

Examples

Run this code
ttc <- 32.74; cl <- 0.59; wtkg <- 86; f <- 0.74; 
dr <- dr.fn(ttc, cl, wtkg, f)

Run the code above in your browser using DataLab