[R] party::ctree

2014-02-18 Thread Karki, Amrit B
Would you mind to help me how to extract coefficients of significant variables using ctree model? How to implement the model like logistic and others. Thank you. Amrit This electronic message may contain information that is confidential and/or legally

Re: [R] R script From PHP

2009-12-02 Thread Amrit Nandan
How do I check whether R bin directory is added to PATH variable or not and if not then how do i add it? On Wed, Dec 2, 2009 at 5:34 PM, Romain Francois wrote: > On 12/02/2009 12:30 PM, Hrishi Mittal wrote: > >> >> >> I agree with Romain that you should probably try and get Rserve to work as >> t

Re: [R] R script From PHP

2009-12-02 Thread Amrit Nandan
or: /usr/bin ./rscript.sh: line 4: R: command not found This is really wierd. On Wed, Dec 2, 2009 at 3:52 PM, Amrit Nandan wrote: > Also I tried out your method, it returns the same error. Another thing, If > I change the top line in rscript.sh to R --slave it just gives me a neat > outp

Re: [R] R script From PHP

2009-12-02 Thread Amrit Nandan
. On Wed, Dec 2, 2009 at 3:47 PM, Amrit Nandan wrote: > RServe looks exciting but the problem is that I am not sure whether I would > be allowed to install anything on the linux server on which I am working. > > > On Wed, Dec 2, 2009 at 3:40 PM, Romain Francois < > romain.franc

Re: [R] R script From PHP

2009-12-02 Thread Amrit Nandan
RServe looks exciting but the problem is that I am not sure whether I would be allowed to install anything on the linux server on which I am working. On Wed, Dec 2, 2009 at 3:40 PM, Romain Francois wrote: > On 12/02/2009 10:43 AM, Amrit Nandan wrote: > >> I tried calling R from a

Re: [R] R script From PHP

2009-12-02 Thread Amrit Nandan
I tried running this command using php &1"); //print phpinfo(); print $a; ?> this does not work and gives me this error: ./rscript.sh: line 1: R: command not found Anybody familiar with this? On Tue, Dec 1, 2009 at 5:35 PM, Romain Francois wrote: > On 12/01/2009 12:48 PM,

[R] R Script From PHP

2009-12-01 Thread Amrit
Hi, I have created a web interface to enable analysis for users without having much to worry about the stats in the backend. In this particular case I have reached a stage where I have finally created two arrays between which I want to do an independant samples T Test. I have the arrays ready in

[R] R script From PHP

2009-12-01 Thread Amrit Nandan
Hi, I have created a web interface to enable analysis for users without having much to worry about the stats in the backend. In this particular case I have reached a stage where I have finally created two arrays between which I want to do an independant samples T Test. I have the arrays ready in a