pk.calc.ptr {PKNCA} | 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)