Learn R Programming

cpk (version 1.3-1)

ar.fn: Accumulation ratio function

Description

Calculates drug's accumulation ratio

Usage

ar.fn(ke, di)

Arguments

ke
Drug's total elimination rate constant ke (h^-1).
di
Dosing interval (h).

Value

Returns the calculated accumulation ratio

Examples

Run this code
ke <- 0.2350; di <- 4;
ar <- ar.fn(ke, di)

Run the code above in your browser using DataLab