calc_t12 {clinPK} | R Documentation |
based on two sampling points (in same interval)
calc_t12(t1, t2, y1, y2)
t1 |
first sampling timepoint |
t2 |
second sampling timepoint |
y1 |
first sample value |
y2 |
second sample value |
calc_t12(3, 24, 30, 10)