pk.calc.swing {PKNCA} | R Documentation |
Determine the PK swing
pk.calc.swing(cmax, cmin)
cmax |
The maximum observed concentration |
cmin |
The minimum observed concentration |
swing is 100*(cmax - cmin)/cmin
.
The swing above the minimum concentration. If cmin
is zero,
then the result is infinity.