R0.fn: *R0* function

Description Usage Arguments Value Author(s) References Examples

View source: R/cpk.R

Description

Predicts drug infusion rate [ug/h].

Usage

1
R0.fn(css, cl)

Arguments

css

is the steady-state concentration.

cl

is the clearance rate.

Value

Returns the infusion 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
css <- 14.43; cl <- 3.2; 
R0  <- R0.fn(css, cl)

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