"Ronaldo Reis Jr." <[EMAIL PROTECTED]> writes:

> Is possible to integrate this diferential equation:
> 
> dN/dt = Nr(1-(N/K))
> 
> in R using the integrate() function?

No.
 
> Or any other diferential equation?

Only if the right hand side does not depend on the dependent variable
(N in this case) -- just plain integrals.

> If yes, how?
> 
> If no, anybody know any software on linux that make this?

The "odesolve" package in R. 

Possibly, there's also stuff in Octave but I haven't looked lately. 

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[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

Reply via email to