Learn R Programming

cpk (version 1.3-1)

R0.fn: R0 function

Description

Predicts drug infusion rate [ug/h].

Usage

R0.fn(css, cl)

Arguments

css
is the steady-state concentration.
cl
is the clearance rate.

Value

Returns the infusion rate.

References

See cpk-package help.

Examples

Run this code
css <- 14.43; cl <- 3.2; 
R0  <- R0.fn(css, cl)

Run the code above in your browser using DataLab