View source: R/pk.calc.simple.R
pk.calc.deg.fluc | R Documentation |
Determine the degree of fluctuation
pk.calc.deg.fluc(cmax, cmin, cav)
cmax |
The maximum observed concentration |
cmin |
The minimum observed concentration |
cav |
The average concentration in the interval |
deg.fluc is 100*(cmax - cmin)/cav
.
The degree of fluctuation around the average concentration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.