[R] R for CGI

2005-01-28 Thread ebashi
Dear R Users; Perl is the common language to write CGI scripts which handle Forms. My question is that can R be as fast as perl to do the same job(with using CGIwithR package). Is it an optimal solution to connect R directly to a commercial HTML webpages, Sincerely, Sean

[R] How to make R faster?

2005-01-25 Thread ebashi
Dear R users; I am using R for a project. I have some PHP forms that pass parameters to R for calculations, and publish the result in HTML format by CGIwithR. I'm using a Linux machine and every things work perfectly. However, it is too slow, it takes 5 to 10 seconds to run, and even if I start

[R] RPHP

2004-12-28 Thread ebashi
Dear friends; Does anyone have any idea how to connect PHP R and using Mysql as DB. Sincerely, Sean __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

[R] xy_plot

2004-11-30 Thread ebashi
R users; Does anyone have a recommendation for a faster plotting function rather than plot(x,y)? when I use plot(x,y) for a large number of variables, it take couple of moments to plot the graph? Sincerely, Sean __ [EMAIL PROTECTED] mailing list

[R] Correct Syntax for a Loop

2004-11-28 Thread ebashi
I'll appreciate if some one can help me with the following loop. This is the logic of the loop, if we have the following data; x.df x.dif .. .. 102 0.00 103 0.42 104 0.08 105 0.00 106 0.00 107 0.00 108 -0.16 109 -0.34 110 0.00 111 -0.17 112 -0.33 113 0.00 114 0.00 115 0.00

[R] How to extract data?

2004-11-23 Thread ebashi
I appreciate if anyone can help me, I have a table as follow, rate DATE VALUE 1 1997-01-10 5.30 2 1997-01-17 5.30 3 1997-01-24 5.28 4 1997-01-31 5.30 5 1997-02-07 5.29 6 1997-02-14 5.26 7 1997-02-21 5.24 8 1997-02-28 5.26 9 1997-03-07 5.30 10 1997-03-14 5.30