powered by
Add baseline that decays exponential with time
addBaseline1exp(ui, effect = "effect", eb = "Eb", time = "time", kb = "kb")
model with baseline constant
rxode2 model
the effect variable that will be modeled
baseline constant parameter
the time or other variable used for baseline decay
the first order baseline decay constant
Matthew L. Fidler
Other PD: addBaselineConst(), addBaselineExp(), addBaselineLin(), addDirectLin(), convertEmax(), convertLogLin(), convertQuad()
addBaselineConst()
addBaselineExp()
addBaselineLin()
addDirectLin()
convertEmax()
convertLogLin()
convertQuad()
readModelDb("PK_2cmt_no_depot") |> addDirectLin() |> convertQuad() |> addBaseline1exp()
Run the code above in your browser using DataLab