calc_t12: Calculate half-life based on two points

View source: R/calc_t12.R

calc_t12R 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)

InsightRX/clinPK documentation built on April 24, 2024, 6:01 p.m.