calc_t12: Calculate half-life based on two points

Description Usage Arguments Examples

Description

based on two sampling points (in same interval)

Usage

1
calc_t12(t1, t2, y1, y2)

Arguments

t1

first sampling timepoint

t2

second sampling timepoint

y1

first sample value

y2

second sample value

Examples

1
calc_t12(3, 24, 30, 10)

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.