dpo.fn: *dpo* function

Description Usage Arguments Value Author(s) References Examples

View source: R/cpk.R

Description

Calculates the oral dose of drug to give.

Usage

1
dpo.fn(dr, di)

Arguments

dr

is the dose rate in mg/h.

di

is the dosing interval in h.

Value

Returns oral dose administered in ug.

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
dr <- 0.86; di <- 4;
dpo <- dpo.fn(dr, di)

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