graphcal_iv: Graphical calculation of clearance and volume of distribution (IV route)
Description
Estimates clearance (CL), volume of distribution (Vd), terminal slope
(lambdaz), and extrapolated concentration at time zero (C0exp) from
intravenous pharmacokinetic data using graphical methods.
Usage
graphcal_iv(dat, dose = 1, ...)
Value
A list containing graphical estimates of CL, Vd, lambda_z, and C0exp.
Arguments
dat
A data frame containing TIME (time after dosing) and DV
(observed concentration).
dose
Administered dose amount. Defaults to 1.
...
Additional arguments passed to force_find_lambdaz().
Author
Zhonghui Huang
Details
Terminal slope (lambdaz) is estimated using force_find_lambdaz(), which
applies an automated phase selection strategy with fallback regression when
required.