Learn R Programming

invivoPKfit (version 2.0.1)

tkstats_flat: TK stats for flat model

Description

TK stats for flat model

Usage

tkstats_flat(pars, route, medium, dose, time_unit, conc_unit, vol_unit, ...)

Value

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

Arguments

pars

A named numeric vector of model parameters (e.g. from [coef.pk()]).

route

Character: The route for which to compute TK stats. Currently only "oral" and "iv" are supported.

medium

Character: the media (tissue) for which to compute TK stats. Currently only "blood" and "plasma" are supported.

dose

Numeric: A dose for which to calculate TK stats.

time_unit

Character: the units of time.

conc_unit

Character: The units of concentration.

vol_unit

Character: The units of dose.

...

Additional arguments not currently in use.

Author

John Wambaugh, Caroline Ring