[R] estimation of ode from data

Ben Bolker bbolker at gmail.com
Sat Oct 22 22:10:36 CEST 2011


Vassily Shvets <shv736 <at> yahoo.com> writes:

> I'm used to working with R in estimation of distributions 
> and statistical models. I'd like to estimate a
> simple model of an output y(t) based on a concentration 
> as independent variable,  using a timed series of
> experimental data; I've seen this I think somewhere in R? 
> I'd appreciate  to hear if anybody has used this
> with success.


  maybe even more than you need, but:

  http://cran.r-project.org/web/views/Pharmacokinetics.html

  might be a good starting place for this (deSolve is the package
for numerical solution of ODEs -- for when you can't solve
analytically).

  Ben Bolker



More information about the R-help mailing list