Learn R Programming

nlmixr2lib (version 0.3.0)

addBaselineConst: Add an estimated baseline constant

Description

Add an estimated baseline constant

Usage

addBaselineConst(ui, effect = "effect", eb = "Eb")

Value

model with baseline constant

Arguments

ui

rxode2 model

effect

the effect variable that will be modeled

eb

baseline constant parameter

Author

Matthew L. Fidler

See Also

Other PD: addBaseline1exp(), addBaselineExp(), addBaselineLin(), addDirectLin(), convertEmax(), convertLogLin(), convertQuad()

Examples

Run this code
readModelDb("PK_2cmt_no_depot") |>
  addDirectLin() |>
  convertQuad() |>
  addBaselineConst()

Run the code above in your browser using DataLab