addWeibullAbs: Converts first order absorption model to Weibull absorption...

View source: R/addWeibullAbs.R

addWeibullAbsR Documentation

Converts first order absorption model to Weibull absorption model

Description

Converts first order absorption model to Weibull absorption model

Usage

addWeibullAbs(
  ui,
  ntransit,
  central = "central",
  depot = "depot",
  transit = "transit",
  wa = "wa",
  wb = "wb",
  ka = "ka",
  ktr = "ktr"
)

Arguments

ui

The model as a function

ntransit

the number of transit compartments to be added

central

central compartment name

depot

depot compartment name

transit

the transit compartment prefix

wa

Weibull alpha parameter name

wb

Weibull beta parameter name

ka

absorption rate parameter name

ktr

the parameter name for the transit compartment rate

Value

model where first order absorption is changed to Weibull absorption model

Author(s)

Matthew L. Fidler

See Also

Other absorption: addTransit(), removeTransit()

Examples

readModelDb("PK_1cmt_des") |>
  addWeibullAbs()

nlmixr2lib documentation built on Oct. 7, 2024, 5:08 p.m.