Learn R Programming

nlmixr2lib (version 0.3.0)

convertKinR0: 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")

Value

a model where the estimated kin is changed to the estimated 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")

Author

Matthew L. Fidler

See Also

Other Indirect response: addIndirect(), addIndirectLin()

Examples

Run this code

addIndirect(stim="in") |> convertKinR0()

Run the code above in your browser using DataLab