transformed_params_2comp {invivoPKfit} | R Documentation |
Transformed parameters for 2-compartment model
Description
Transformed parameters for 2-compartment model
Usage
transformed_params_2comp(params, ...)
Arguments
params |
A named numeric vector of parameters for the 2-compartment model. Any missing parameters will be filled with 'NA_real_'. |
... |
Additional arguments (not currently used). |
Value
A named numeric vector of transformed parameters with elements "alpha", "beta", "A_iv_unit", "B_iv_unit", "A_oral_unit", "B_oral_unit".
Author(s)
Caroline Ring, Gilberto Padilla Mercado, John Wambaugh
See Also
Other built-in model functions:
auc_1comp()
,
auc_1comp_cl()
,
auc_2comp()
,
auc_flat()
,
cp_1comp()
,
cp_1comp_cl()
,
cp_2comp()
,
cp_2comp_dt()
,
cp_flat()
,
get_params_1comp()
,
get_params_1comp_cl()
,
get_params_1comp_fup()
,
get_params_2comp()
,
get_params_flat()
,
get_starts_1comp()
,
get_starts_1comp_cl()
,
get_starts_1comp_fup()
,
get_starts_2comp()
,
get_starts_flat()
,
tkstats_2comp()
Other 2-compartment model functions:
auc_2comp()
,
cp_2comp()
,
cp_2comp_dt()
,
get_params_2comp()
,
get_starts_2comp()
,
tkstats_2comp()