Learn R Programming

cpk (version 1.3-1)

dm.fn: dm function

Description

Calculates drug's maintenance dose.

Usage

dm.fn(dr, di)

Arguments

dr
is the dose rate.
di
is the dosing interval, which can be either computed or assigned (e.g., di <- 4)

Value

Returns the maintenance dose.

References

See cpk-package help.

Examples

Run this code
dr <- 1.42; di <- 4; 
dm <- dm.fn(dr, di)

Run the code above in your browser using DataLab