Learn R Programming

cpk (version 1.2)

dpo.fn: Oral dose of drug.

Description

Calculates the oral dose of drug administered.

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