convertKinR0 | R Documentation |
This replaces the kin/kout parameterization to the R0 and kout parameterization
convertKinR0(ui, kin = "kin", kout = "kout", R = "R", R0 = "R0")
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") |
a model where the estimated kin is changed to the estimated R0
Matthew L. Fidler
Other Indirect response:
addIndirect()
,
addIndirectLin()
addIndirect(stim="in") |> convertKinR0()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.