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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

