pk.calc.ptr: Determine the peak-to-trough ratio

View source: R/pk.calc.simple.R

pk.calc.ptrR Documentation

Determine the peak-to-trough ratio

Description

Determine the peak-to-trough ratio

Usage

pk.calc.ptr(cmax, ctrough)

Arguments

cmax

The maximum observed concentration

ctrough

The last concentration in an interval

Details

ptr is cmax/ctrough.

Value

The ratio of cmax to ctrough (if ctrough == 0, NA)


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.