TK stats for gas_pbtk model fit with inivivoPKfit
tkstats_httk_gas_pbtk(
pars,
route,
medium,
dose,
time_unit,
conc_unit,
vol_unit,
this_chem,
this_species,
...
)
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.
Character: The DTXSID of a chemical.
Character: The species of a subject.
Additional arguments not currently in use.
Gilberto Padilla Mercado