powered by
Converts first order absorption model to Weibull absorption model
addWeibullAbs( ui, ntransit, central = "central", depot = "depot", transit = "transit", wa = "wa", wb = "wb", ka = "ka", ktr = "ktr" )
model where first order absorption is changed to Weibull absorption model
The model as a function
the number of transit compartments to be added
central compartment name
depot compartment name
the transit compartment prefix
Weibull alpha parameter name
Weibull beta parameter name
absorption rate parameter name
the parameter name for the transit compartment rate
Matthew L. Fidler
Other absorption: addTransit(), removeTransit()
addTransit()
removeTransit()
readModelDb("PK_1cmt_des") |> addWeibullAbs()
Run the code above in your browser using DataLab