Learn R Programming

cpk (version 1.3-1)

dpo.fn: dpo function

Description

Calculates the oral dose of drug to give.

Usage

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.

References

See cpk-package help.

Examples

Run this code
dr <- 0.86; di <- 4;
dpo <- dpo.fn(dr, di)

Run the code above in your browser using DataLab