| graphcal_iv | R Documentation |
Estimates clearance (CL), volume of distribution (Vd), terminal slope (lambdaz), and extrapolated concentration at time zero (C0exp) from intravenous pharmacokinetic data using graphical methods.
graphcal_iv(dat, dose = 1, ...)
dat |
A data frame containing TIME (time after dosing) and DV (observed concentration). |
dose |
Administered dose amount. Defaults to 1. |
... |
Additional arguments passed to |
Terminal slope (lambdaz) is estimated using force_find_lambdaz(), which
applies an automated phase selection strategy with fallback regression when
required.
A list containing graphical estimates of CL, Vd, lambda_z, and C0exp.
Zhonghui Huang
force_find_lambdaz
dat <- data.frame(TIME = c(0.5, 1, 2, 4, 6, 8, 10),
DV = c(12, 8, 5, 3, 2, 1.5, 1))
graphcal_iv(dat, dose = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.