View source: R/RcppManualExports.R
lin_cmt | R Documentation |
concentrations from a linear compartment model by close-form solutions
lin_cmt( obs_time, dose_time, dose, Tinf, params, oral, infusion, ncmt, parameterization )
obs_time |
times at which an observation is desired |
dose_time |
times at which doses are given |
dose |
a vector of doses |
Tinf |
a vector of infusion duration |
params |
model-appropriate parameters per parameterization |
oral |
logical, whether oral absorption is true |
infusion |
logical, whether infusion is true |
ncmt |
number of compartments |
parameterization |
type of parameterization, 1=clearance/volume, 2=micro-constants |
This is used by some of the internal nlmixr routines, for example the low level nlme estimation with nlmixr. With the nlmixr functions you should use 'linCmt()' instead. It is documented at https://nlmixrdevelopment.github.io/RxODE/articles/RxODE-model-types.html#solved-compartment-models
calculated concentrations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.