[R] olesolve: stepsize

2004-06-14 Thread Zhixin Guan
Hi, I am doing a project on the simulation of glucose metabolism based on a pharmacokinetic modeling in which we have 4 differential equations. I did this in R by using the odesolve package. It works very well, but I have two questions: Here is the odemodel function

Re: [R] olesolve: stepsize

2004-06-14 Thread Peter Dalgaard
Zhixin Guan [EMAIL PROTECTED] writes: Hi, I am doing a project on the simulation of glucose metabolism based on a pharmacokinetic modeling in which we have 4 differential equations. I did this in R by using the odesolve package. It works very well, but I have two questions: Here