Re: [R] RODBC: how to set the data-source?

2009-08-28 Thread Dumblauskas, Jerry
Looks like Unix If so, make sure your script has the proper paths set Here is my set up for an oracle DB export LD_LIBRARY_PATH=/../../instantclient_11_1:/../../unixODBC64_1/lib export ODBCINI=/../..//unixODBC64_1 export ODBCSYSINI=/../..//unixODBC64_1 And of course you need your db

Re: [R] RODBC: how to set the data-source?

2009-08-28 Thread Dumblauskas, Jerry
the data-source? Dumblauskas, Jerry jerry.dumblauskas at credit-suisse.com writes: Looks like Unix ...well, near by: Linux. If so, make sure your script has the proper paths set Here is my set up for an oracle DB export LD_LIBRARY_PATH=/../../instantclient_11_1:/../../unixODBC64_1

Re: [R] RODBC: how to set the data-source?

2009-08-28 Thread Dumblauskas, Jerry
OK Is your PostGres server on the same Linux box you are running R on? Sample values Server = 169.49.30.69 (localhost host means you are on the same box) Port= 2700 (make sure your port is correct) Also, I am not seeing your id and password I use the signature CONNREAD

[R] Trying to make Nas 0

2009-08-26 Thread Dumblauskas, Jerry
I have an lm object called mro A summary gives summary(mro) Call: lm(formula = REGRESSIONSTRING, data = wData) Residuals: Min 1Q Median 3Q Max -8.18077 -1.06867 -0.09387 1.03153 11.20201 Coefficients: (1 not defined because of singularities)

Re: [R] Usage of rJava (.jcall) with Weka functions, any example?

2008-07-03 Thread Dumblauskas, Jerry
I don't know what Rweka is, but to see what is available in a java class type .jmethods(weka/filters/unsupervised/attribute/Remove) It will give a list of methods you can call. Since you didn't make a New instance of this class, you only have access to static methods -- I downloaded this and

[R] Basic Question on Keys/Values

2008-06-09 Thread Dumblauskas, Jerry
As a java programmer, I'm having issue conceptualizing the following use case: Given an value, passed into a function, how do I pull out the lookup? Ie. A list of keys (key1, key2, key3) A list of values (val1,val2,val3) I want to write a function (or is there something built in?) such that

Re: [R] Java to R interface

2008-06-09 Thread Dumblauskas, Jerry
(in eclispe this is in the arguments tab in the vm section) Hth The path to R/bin is in the Windows PATH variable. Yet I get this error. On Jun 6, 10:37 am, Dumblauskas, Jerry jerry.dumblaus... at credit- suisse.com wrote: Try and make sure that R is in your windows Path variable I got your

Re: [R] Basic Question on Keys/Values

2008-06-09 Thread Dumblauskas, Jerry
:[EMAIL PROTECTED] On Behalf Of Douglas Bates Sent: Monday, June 09, 2008 1:08 PM To: Dumblauskas, Jerry Cc: r-help@r-project.org Subject: Re: [R] Basic Question on Keys/Values On Mon, Jun 9, 2008 at 12:55 PM, Dumblauskas, Jerry [EMAIL PROTECTED] wrote: As a java programmer, I'm having issue

Re: [R] Java to R interface

2008-06-06 Thread Dumblauskas, Jerry
Try and make sure that R is in your windows Path variable I got your message when I first did this, but when I did the about it then worked... == Please access the attached hyperlink for an important electronic

[R] R on X11 under Linux (newbie)

2008-04-28 Thread Dumblauskas, Jerry
I just installed R on my 64 bit SUSE Linux system -- I compiled with the default x windows support on.. This may be a newbie question (apologies in advance)-- but how does this show up in X? I have SSH'd in to my box and set my display -- I can run xcalc OK -- but when I hit the R binary it

Re: [R] R on X11 under Linux (newbie)

2008-04-28 Thread Dumblauskas, Jerry
:37 PM To: Dumblauskas, Jerry Cc: r-help@r-project.org Subject: RE: [R] R on X11 under Linux (newbie) On 28-Apr-08 21:22:51, Dumblauskas, Jerry wrote: I just installed R on my 64 bit SUSE Linux system -- I compiled with the default x windows support on.. This may be a newbie question (apologies

Re: [R] R on X11 under Linux (newbie)

2008-04-28 Thread Dumblauskas, Jerry
, Jerry Cc: r-help@r-project.org; [EMAIL PROTECTED] Subject: Re: [R] R on X11 under Linux (newbie) On 28-Apr-08 21:42:19, Dumblauskas, Jerry wrote: I think this helps. Are you saying the RGUI I see when I launch the windows version of R will not show in Linux, just any commands that display