dr.fn: *dr* function

Description Usage Arguments Value Author(s) References Examples

View source: R/cpk.R

Description

Calculates dose rate (mg/h).

Usage

1
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.

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 <- 32.74; cl <- 0.59; wtkg <- 86; f <- 0.74; 
dr <- dr.fn(ttc, cl, wtkg, f)

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