View source: R/pk.calc.simple.R
pk.calc.ptr | R Documentation |
Determine the peak-to-trough ratio
pk.calc.ptr(cmax, ctrough)
cmax |
The maximum observed concentration |
ctrough |
The last concentration in an interval |
ptr is cmax/ctrough
.
The ratio of cmax to ctrough (if ctrough == 0, NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.