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,
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),
2 matches
Mail list logo