Re: [R] Table or file as STDIN to the R Script

2010-04-25 Thread Ayush Raman
e-filename-to-be-read.dat > > Hope it helps > mario > > > > On 18-Apr-10 18:57, Ayush Raman wrote: > >> Hi all, >> >> I am trying to call the R script/ R Program via my Shell Script. I need to >> pass a file to the R script as an argume

Re: [R] Fwd: Table or file as STDIN to the R Script

2010-04-18 Thread Ayush Raman
get. You are probably not positioned where you think you > are. > > On Sun, Apr 18, 2010 at 6:21 PM, Ayush Raman wrote: > >> Hi, >> >> Thanks for the advice but now I am getting an error which states that the >> R >> file/script cannot be opened. Also

[R] Fwd: Table or file as STDIN to the R Script

2010-04-18 Thread Ayush Raman
}${I}" time R --slave -f ${RProgram} --args ${DataFile} > ${outputfile} Regards, Ayush -- Forwarded message -- From: Mario Valle Date: Sun, Apr 18, 2010 at 1:43 PM Subject: Re: [R] Table or file as STDIN to the R Script To: Ayush Raman av <- commandArgs(TRUE) if(le

[R] Table or file as STDIN to the R Script

2010-04-18 Thread Ayush Raman
object so that later I am able to process the matrix operation on that file. It is a tab delimited file. Thanks. -- Regards, Ayush Raman [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

[R] Calling R using Shell Script and give input file to the R script

2010-04-17 Thread Ayush Raman
Hi, I am trying to call the R script using shell script and pass the input file as an argument to the R script. Can somebody give me some insights on this problem. Thanks. -- Regards, Ayush Raman [[alternative HTML version deleted]] __ R

[R] Permutation of Matrix

2010-04-05 Thread Ayush Raman
Hi all, How can I have a permuted matrix where the second row is the permutation over the first row ; third is the permutation of the second row; forth is the permutation of the third row and so on ? Thanks. -- Regards, Ayush Raman [[alternative HTML version deleted

Re: [R] Regarding the De-bugger in R

2010-04-01 Thread Ayush Raman
ew) | www.biostatistics.co.il (Hebrew) | > www.r-statistics.com (English) > > ------ > > > > > On Thu, Apr 1, 2010 at 6:24 PM, Ayush Raman wrote: > >> Hi, >> >> I would like to know if there is some debugger in R where I can check that >> I >>

[R] Regarding the De-bugger in R

2010-04-01 Thread Ayush Raman
n for each file, therefore I need to keep the track of my iterator. Is it possible to remove everything except the iterator and see that my answers for each iterations are not getting compiled on previous answers. Thanks. -- Regards, Ayush Raman [[alternative HTML version de

[R] Substitute of a For Loop

2010-03-30 Thread Ayush Raman
the Pseudo Statistics in a vector. } Thanks. -- Regards, Ayush Raman [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] Calling R from Perl

2010-03-30 Thread Ayush Raman
Hi all, I am interested to know that how it is possible to call R from Perl. I would like to read the file in Perl, store it in a data structure and would like to pass the data structure to R so that I can do the mathematical operations easily. Thanks. -- Regards, Ayush Raman