Re: [R] Error Object Not Found

2013-06-10 Thread Rui Barradas
Hello, Please quote context. The message you get means that package foreign is installed on your computer, you need to load it in the R session: library(foreign) Hope this helps, Rui Barradas Em 09-06-2013 23:07, Court escreveu: Hi, I think that they are loaded. Here is the response that

Re: [R] Error Object Not Found

2013-06-09 Thread Court
Hi, I think that they are loaded. Here is the response that I get: package ‘foreign’ successfully unpacked and MD5 sums checked -- View this message in context: http://r.789695.n4.nabble.com/Error-Object-Not-Found-tp4669041p4669100.html Sent from the R help mailing list archive at Nabble.

Re: [R] Error Object Not Found

2013-06-09 Thread Uwe Ligges
On 08.06.2013 21:35, Court wrote: Hello, I am having difficulty with a command. An error message pops up saying: Error: object 'RWGJ.wload' not found. I have installed the packages needed to run the analysis, and have saved them to my working directory. And have you actually loaded them?

[R] Error Object Not Found

2013-06-08 Thread Court
Hello, I am having difficulty with a command. An error message pops up saying: Error: object 'RWGJ.wload' not found. I have installed the packages needed to run the analysis, and have saved them to my working directory. -- View this message in context: http://r.789695.n4.nabble.com/Error-Ob

Re: [R] ERROR: Object not found

2010-09-20 Thread Dejian Zhao
Error originates in the customized function ode. When IN!=0, You did not assign a value to dIN which is required in list(c(dP1,dP2,dIN)). On 2010-9-21 2:30, Tianchan Niu wrote: Dear All, I am trying to use ode solver "rk4" to solve an ODE system, however, it keeps saying: Error in eval(expr

[R] ERROR: Object not found

2010-09-20 Thread Tianchan Niu
Dear All, I am trying to use ode solver "rk4" to solve an ODE system, however, it keeps saying: Error in eval(expr, envir, enclos) : object "dIN" not found. The sample codes are enclosed as follows, please help me. Thank you very much! rm(list=ls()) library(odesolve) # The ODE syste