View source: R/addWeibullAbs.R
addWeibullAbs | R Documentation |
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"
)
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 |
model where first order absorption is changed to Weibull absorption model
Matthew L. Fidler
Other absorption:
addTransit()
,
removeTransit()
readModelDb("PK_1cmt_des") |>
addWeibullAbs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.