TK stats for flat model
tkstats_flat(pars, route, medium, dose, time_unit, conc_unit, vol_unit, ...)
A `data.frame` with two variables: - `param_name` = `c("CLtot", "CLtot/Fgutabs", "Css_1mgkgday", "halflife", "Cmax", "AUC_infinity")` - `param_value` = The corresponding values for each statistic (which may be NA if that statistic could not be computed).
A named numeric vector of model parameters (e.g. from [coef.pk()]).
Character: The route for which to compute TK stats. Currently only "oral" and "iv" are supported.
Character: the media (tissue) for which to compute TK stats. Currently only "blood" and "plasma" are supported.
Numeric: A dose for which to calculate TK stats.
Character: the units of time.
Character: The units of concentration.
Character: The units of dose.
Additional arguments not currently in use.
John Wambaugh, Caroline Ring