View source: R/pk.calc.simple.R
pk.calc.swing | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.