convertKinR0 {nlmixr2lib} | R Documentation |
Convert a kin/kout indirect response model to R0 and kout
Description
This replaces the kin/kout parameterization to the R0 and kout parameterization
Usage
convertKinR0(ui, kin = "kin", kout = "kout", R = "R", R0 = "R0")
Arguments
ui |
a rxode2 user function |
kin |
the kin variable (by default is "kin") |
kout |
the kout variable (by default is "kout") |
R |
the compartment variable (by default is "R") |
R0 |
the R0 variable (by default is "R0") |
Value
a model where the estimated kin is changed to the estimated R0
Author(s)
Matthew L. Fidler
See Also
Other Indirect response:
addIndirect()
,
addIndirectLin()
Examples
addIndirect(stim="in") |> convertKinR0()
[Package nlmixr2lib version 0.3.0 Index]