[R] Solving ODEs

Peter Dalgaard p.dalgaard at biostat.ku.dk
Sat Apr 12 21:01:23 CEST 2008


Jaroslav Urbánek wrote:
> Hello.
> I'm solving ODEs in R. I need "as many methods as possible",
> so I downloaded the Fortran functions from http://www.netlib.org/ode/.
> Then I created DLLs and dyn.loaded them to R. Problem is that
> I don't know how to use them. I've been trying for many days 
> and can't solve it. So I would be very glad if you could give me
> some link (or whatever) where I can see how to solve some
> (no matter which - can be simple) ODE system by a fortran
> function in R. It would be great if there some function 
> (whichever) from http://www.netlib.org/ode/ was used .
>
>   
The odesolve package would seem a rather obvious starting point...

    -p

> Thank you very much.
>
> Jaroslav Urbanek
>
>
> PS: Sorry for disturbing, I've search it on the internet, but 
> have found nothing.
>
> ______________________________________________
> R-help at r-project.org 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.
>   


-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)              FAX: (+45) 35327907



More information about the R-help mailing list