Learn R Programming

cpk (version 1.3-1)

dr.fn: dr function

Description

Calculates dose rate (mg/h).

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