mixed (zero and first order) absorption model #513
harishkaushikbugworks
started this conversation in
General
Replies: 1 comment
-
Typically this is performed by splitting the dose in the dataset into two groups:
In the model you would specify the depot compartment like: model({
d/dt(depot) <- -ka*depot
d/dt(central) <- ka*depot - kel*central
f(central) <- fc
f(depot) <- 1 - fc
}) I haven't read the paper, so you should adjust the model to match the paper (ie number of compartments, maybe there is a PD component etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Matt,
Iam trying to build mixed (zero and first order) absorption model of donepezil from transdermal patch application in nlmixr
I need your help in writing code for modelling these kind of profiles
Iam
Choi2015_Article_Poppk of donepezil patch.pdf
attaching the paper, iam referring to
Regards
HKK
Beta Was this translation helpful? Give feedback.
All reactions