-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using dose (AMT) in Model #654
Comments
You typically add The ode would be: d/dt(depot) = -ka * depot
d/dt(centr) = ka * depot - k * centr Other sorts of doses are also allowed; See: https://nlmixr2.github.io/rxode2/articles/rxode2-event-types.html |
Also I develop nlmixr2 which is here: Since there hasn't been any activity on this repo for years, I am thinking of archiving it. If nlmixr comes back as another fork, they would want a separate repo probably anyway... |
Thanks Matt. I use nlmixr2 and will use that repository! I have no problem with the data file. I want to drag a data file variable into my model file. |
Just refer to it by the name in the data file. It will be detected as a covariate |
Hi
I am relatively new to nlmixr.
I have a fairly standard depot compartment-central compartment model with a wrinkle
d/dt(depot) = -ka x DOSE x Function(t)
d/dt(centr) = ka x DOSE x Function(t) - k x centr
Is there a way to bring DOSE into model from the input data? I have a single bolus dose so there is no particular complexity.
Thanks
Murali
The text was updated successfully, but these errors were encountered: