pk.calc.swing {PKNCA} | R Documentation |
Determine the PK swing
Description
Determine the PK swing
Usage
pk.calc.swing(cmax, cmin)
Arguments
cmax |
The maximum observed concentration |
cmin |
The minimum observed concentration |
Details
swing is 100*(cmax - cmin)/cmin
.
Value
The swing above the minimum concentration. If cmin
is zero, then
the result is infinity.
[Package PKNCA version 0.11.0 Index]