model_2comp {invivoPKfit} | R Documentation |
2-compartment model
Description
The 'pk_model' object defining the 2-compartment model.
Usage
model_2comp
Format
An object of class list
(inherits from pk_model
) of length 10.
Details
A 'pk_model' object: under the hood, a 'list' object with elements corresponding to the arguments of [pk_model()]. See that function documentation for the definition of each element.
See [cp_2comp()] for the function that predicts blood/plasma concentration for a bolus dose (oral or IV).
See [auc_2comp()] for the function that predicts area under the concentration-time curve.
See [tkstats_2comp()] for the function that calculates summary toxicokinetic statistics from 1-compartment model parameters.
See [params_2comp()] for the function that determines bounds and starting guesses for model parameters, based on the data.
[Package invivoPKfit version 2.0.1 Index]