https://github.com/averissimo/nlmeode
R script for nlmeODE's paper function calls
https://github.com/averissimo/nlmeode
Last synced: about 1 year ago
JSON representation
R script for nlmeODE's paper function calls
- Host: GitHub
- URL: https://github.com/averissimo/nlmeode
- Owner: averissimo
- License: lgpl-3.0
- Created: 2014-01-30T16:00:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:01:15.000Z (over 12 years ago)
- Last Synced: 2025-02-08T18:11:56.192Z (over 1 year ago)
- Language: R
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NLME modelling with differential equations
=======
Written in R - http://www.r-project.org/
Commented script that runs the code in the paper below. This was written to test the code in the paper and as a start point to custom ODEs that I wished to test using nlme.
> install.packages(nlmeODE)
> library(nlmeODE)
The same code can be seen by running the examples in nlmeODE PKPmodels
> help(PKPDmodels)
Documentation for the nlmeODE (R) package: http://cran.r-project.org/web/packages/nlmeODE/nlmeODE.pdf
### Reference:
*Christoffer W. Tornøe, Henrik Agersø, E.Niclas Jonsson, Henrik Madsen, Henrik A. Nielsen*
**Non-linear mixed-effects pharmacokinetic/pharmacodynamic modelling in NLME using differential equations**,
Computer Methods and Programs in Biomedicine, Volume 76, Issue 1, October 2004, Pages 31-40, ISSN 0169-2607,
[http://dx.doi.org/10.1016/j.cmpb.2004.01.001](http://dx.doi.org/10.1016/j.cmpb.2004.01.001). ([Sciencedirect link](http://www.sciencedirect.com/science/article/pii/S0169260704000136))
#### Keywords:
- Non-linear mixed-effects models;
- NLME; nlmeODE;
- Population analysis;
- Pharmacokinetic/pharmacodynamic modelling