RE: [R] R/web interface

2004-09-20 Thread Fowler, Mark
Some possibilities are RWeb, RPad and Rcgi. I only have experience with RWeb myself. A decent collection of relevant links for this subject is: http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/StatCompCourse [The 2nd block of the page, titled 'WWW Statistical Computing Applications using R']

RE: [R] Protocol for answering basic questions

2004-12-01 Thread Fowler, Mark
Although I agree that sometimes a response to a question seems rude, and some degree of arrogance asserts itself from time to time (actually appears to cycle), I don't see what in the nature of the commercial S environment rectifies this problem. I've been using S since the late 80's, R for less

[R] S/R/RWeb/ODBC

2004-06-15 Thread Fowler, Mark
I'm looking for an optimal approach to access Oracle databases via RWeb applications. I'm new to R but familiar with programming functions and web pages for the S+ Statserver. I'm now going through the motions of migrating S+/Statserver applications to R/RWeb as a feasability exercise. I can

RE: [R] S/R/RWeb/ODBC

2004-06-16 Thread Fowler, Mark
Marine Fish Division Bedford Inst of Oceanography Dept Fisheries Oceans Dartmouth NS Canada [EMAIL PROTECTED] -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: June 15, 2004 4:04 PM To: Fowler, Mark Cc: '[EMAIL PROTECTED

Re: [R] R seems to stall after several hours on a long series o f analyses... where to start?

2005-11-07 Thread Fowler, Mark
You can test if the problem is accumulation in memory registers, which is certainly what this sounds like. Just do a loop over a reasonably small number of iterations and store or print the time between each iteration. If memory accumulation it will run optimally for the first few iterations,