Re: [R] deSolve ODE Output Question

2015-05-20 Thread David Winsemius
On May 20, 2015, at 6:45 AM, walke554 wrote: > Hello, > > I am working on a simple ODE problem with the deSolve package, and I was > hoping that someone could answer a question about how the deSolve package > does integration. > > Here is my program: > > #The function > STDMod<-function(t,y,

[R] deSolve ODE Output Question

2015-05-20 Thread walke554
Hello, I am working on a simple ODE problem with the deSolve package, and I was hoping that someone could answer a question about how the deSolve package does integration. Here is my program: #The function STDMod<-function(t,y,p){ IH = y[1]; IL = y[2]; with(as.list(p),