calc_t12 {clinPK} | R Documentation |
Calculate half-life based on two points
Description
based on two sampling points (in same interval)
Usage
calc_t12(t1, t2, y1, y2)
Arguments
t1 |
first sampling timepoint |
t2 |
second sampling timepoint |
y1 |
first sample value |
y2 |
second sample value |
Examples
calc_t12(3, 24, 30, 10)
[Package clinPK version 0.13.0 Index]