Learn R Programming

PKNCA (version 0.11.0)

pk.calc.swing: Determine the PK swing

Description

Determine the PK swing

Usage

pk.calc.swing(cmax, cmin)

Value

The swing above the minimum concentration. If cmin is zero, then the result is infinity.

Arguments

cmax

The maximum observed concentration

cmin

The minimum observed concentration

Details

swing is 100*(cmax - cmin)/cmin.