[R] studentship till January 2007

2005-08-24 Thread Ramon Diaz-Uriarte
Please pass along, and apologies for double posting. We have money to support a student till January 2007 (with a salary of about 1000 euro/month). Most of the work will focus on classification/prediction using microarray data. The work will involve both methodological research (mainly

Re: [R] memory problems when combining randomForests

2006-08-01 Thread Ramon Diaz-Uriarte
Dear Eleni, But if every time you remove a variable you pass some test data (ie data not used to train the model) and base the performance of the new, reduced model on the error rate on the confusion matrix for the test data, then this overfitting should not be an issue, right? (unless of

Re: [R] rpvm/snow packages on a cluster with dual-processor machines

2006-08-11 Thread Ramon Diaz-Uriarte
Dear Paul, I have no direct experience with rpvm, but doing it with rmpi is a piece of cake. I could provide you with some hints if you want. (I am tempted to ask why you are using PVM instead of MPI, but this might be the wrong question). Best, R. On Friday 11 August 2006 18:12, Paul Y.

Re: [R] rpvm/snow packages on a cluster with dual-processor machines

2006-08-11 Thread Ramon Diaz-Uriarte
this with rmpi. I use PVM simply because I picked it up first and it worked well for me. If MPI is the only way to make use the two processors, I will find out whether it is available or works in our cluster. Thanks a lot for your response. Regards, Paul. Ramon Diaz-Uriarte wrote: Dear Paul

Re: [R] rpvm/snow packages on a cluster with dual-processor machi nes

2006-08-17 Thread Ramon Diaz-Uriarte
Dear Paul, (I forgot to answer over the weekend). With mpi it is essentially the same. When using makeCluster, specify the number of slaves. If you have three machines, and you want each to run two slave processes, just use a 6. Before that, though, you should tell LAM/MPI how to set up the

Re: [R] Authoring a book

2006-08-25 Thread Ramon Diaz-Uriarte
Dear Tom, To add a few things to explore: - I'd definitely go with LaTeX. Depending on how much formatting control you want, though, and if your coworkers are reluctant to jump into LaTeX, you might start with reStructuredText (http://docutils.sourceforge.net/rst.html) or text2tags

Re: [R] Beginners manual for emacs and ess

2006-09-21 Thread Ramon Diaz-Uriarte
On Wednesday 20 September 2006 17:16, Marc Schwartz (via MN) wrote: On Wed, 2006-09-20 at 17:03 +0200, Rainer M Krug wrote: Hi I heard so much about Emacs and ESS that I decided to try it out - but I am stuck at the beginning. Is there anywhere a beginners manual for Emacs ESS to

Re: [R] Statitics Textbook - any recommendation?

2006-09-21 Thread Ramon Diaz-Uriarte
On Wednesday 20 September 2006 22:21, Iuri Gavronski wrote: I would like to buy a basic statistics book (experimental design, sampling, ANOVA, regression, etc.) with examples in R. Or download it in PDF or html format. I went to the CRAN contributed documentation, but there were only R

Re: [R] degrees of freedom (lme4 and nlme)

2004-09-09 Thread Ramon Diaz-Uriarte
Dear Elizabeth, When I looked for this a couple of years ago, I found DF's to be discussed in the book by Pinheiro Bates Mixed effects models for S and S-Plus, as well as the documentation for SAS's PROC MIXED (I believe that the discussion on df's on the SAS manual was more complete than on

Re: [R] can't understand R

2004-09-21 Thread Ramon Diaz-Uriarte
Dear Erin, On Tuesday 21 September 2004 06:10, Erin L. Leisz wrote: hi. i really need help using this program. computer language is a foreign language to me, and thus, i cannot make heads nor tails of the user manuals from the website. i need to locate step-by-step examples of simple If

Re: [R] t test problem?

2004-09-23 Thread Ramon Diaz-Uriarte
On Wednesday 22 September 2004 13:07, Ted Harding wrote: On 22-Sep-04 kan Liu wrote: Hi, Many thanks for your helpful comments and suggestions. The attached are the data in both log10 scale and original scale. It would be very grateful if you could suggest which version of test should be

Re: [R] LDA with previous PCA for dimensionality reduction

2004-11-24 Thread Ramon Diaz-Uriarte
Dear Cristoph, I guess you want to assess the error rate of a LDA that has been fitted to a set of currently existing training data, and that in the future you will get some new observation(s) for which you want to make a prediction. Then, I'd say that you want to use the second approach. You

Re: [R] LDA with previous PCA for dimensionality reduction

2004-11-26 Thread Ramon Diaz-Uriarte
Dear Cristoph, David, Torsten and Bjørn-Helge, I think that Bjørn-Helge has made more explicit what I had in mind (which I think is close also to what David mentioned). As well, at the very least, not placing the PCA inside the cross-validation will underestimate the variance in the

Re: [R] lme: error message with random=~1

2005-01-07 Thread Ramon Diaz-Uriarte
On Wednesday 05 January 2005 16:29, Thomas Petzoldt wrote: Douglas Bates wrote: I'm not sure what model you want to fit here. To specify a random effect in lme you need both a grouping factor and a model matrix. The error message indicates that lme is unable to determine a grouping

Re: [R] FW: How to create a new package?

2006-06-01 Thread Ramon Diaz-Uriarte
Dear Rita, Do you want a package just for yourself, or something useful for others, with docs, etc? I think the rest of the answers in this thread will help you create a full fledged package. See also the detailed explanation in Writing R extensions. If you just want something quick and dirty

Re: [R] Editors which have strong/solid support for SWeave?

2006-07-05 Thread Ramon Diaz-Uriarte
On Wednesday 05 July 2006 10:14, A.J. Rossini wrote: Greetings! I have a few colleagues who like the idea of Sweave, but have failed to become enlightened monks of the One True Editor (http://www.dina.dk/~abraham/religion/) Are there any other Microsoft-centric editors or IDEs which have

Re: [R] Editors which have strong/solid support for SWeave?

2006-07-05 Thread Ramon Diaz-Uriarte
On Wednesday 05 July 2006 16:05, A.J. Rossini wrote: On 7/5/06, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: On Wednesday 05 July 2006 10:14, A.J. Rossini wrote: Greetings! I have a few colleagues who like the idea of Sweave, but have failed to become enlightened monks of the One

Re: [R] Colinearity Function in R

2006-07-06 Thread Ramon Diaz-Uriarte
Dear Peter, I especially like the VIF (and GVIF) functions in package car, by John Fox. (I'm assuming you are dealing with [generalized] linear models). HTH, R. On Wednesday 05 July 2006 17:16, Peter Lauren wrote: Is there a colinearty function implemented in R? I have tried

[R] R, AMD Opteron 64, and Rmpi

2006-02-14 Thread Ramon Diaz-Uriarte
Dear All, I found Andy Liaw's suggestion about using a NUMA (instead of SMP) kernel when running R on amd64 with 1 CPU http://finzi.psych.upenn.edu/R/Rhelp02a/archive/35109.html A couple of questions: 1. Is this still the case with the newer dual-core opterons (e.g., the 275 et al.,

Re: [R] Tranferring R results to word prosessors

2006-02-15 Thread Ramon Diaz-Uriarte
I started using LyX; it is very straightforward. Then, I started exporting to LaTeX and playing around with the LaTeX file (I found it faster than using LyX, and could take my file anywhere they had something that could manipulate text ---emacs, vim, nedit, whatever). Googling you'll find

[R] bootstrap: stratified resampling

2004-06-08 Thread Ramon Diaz-Uriarte
Dear All, I was writing a small wrapper to bootstrap a classification algorithm, but if we generate the indices in the usual way as: bootindex - sample(index, N, replace = TRUE) there is a non-zero probability that all the samples belong to only one class, thus leading to problems in the

Re: [R] cross validation and parameter determination

2005-04-20 Thread Ramon Diaz-Uriarte
On Wednesday 20 April 2005 00:17, array chip wrote: Hi all, In Tibshirani's PNAS paper about nearest shrunken centroid analysis of microarrays (PNAS vol 99:6567), they used cross validation to choose the amount of shrinkage used in the model, and then test the performance of the model with

Re: [R] missing values

2005-04-26 Thread Ramon Diaz-Uriarte
Dear Giordano, Library Hmisc, by Frank Harrell, contains several functions for imputation which I have found extremely useful. Best, R. On Tuesday 26 April 2005 11:58, Giordano Sanchez wrote: Hello, Thanks for the instructive responses. But two questions arise. Firstable I can't manage

Re: [R] building from source after installing binary package

2005-05-06 Thread Ramon Diaz-Uriarte
Dear Uwe, Yes, sure, I understand how to install to another directory. I think I was not very clear, because my doubt is whether I should do that, or if it is OK to install to the very same place where Debian left the previous installation. By doing the later I save myself having to reinstall

Re: [R] building from source after installing binary package

2005-05-06 Thread Ramon Diaz-Uriarte
On Friday 06 May 2005 09:48, Prof Brian Ripley wrote: On Fri, 6 May 2005, Uwe Ligges wrote: Diaz.Ramon wrote: Dear All, I've got into the habit of installing R from the precompiled Debian binaries, including many of the packages from the r-cran-* Debian packages, and later building

Re: [R] coxph.control

2003-08-26 Thread Ramon Diaz-Uriarte
Dear Gareth, ?coxph.control (which we are told to check from ?coxph) contains an argument for maxiter. Best, R. On Tuesday 26 August 2003 13:51, Gareth Hughes wrote: How can I specify the maximum number of iterations in coxph whilst also specifying my model?? I can't find any on-line

[R] simplifying randomForest(s)

2003-09-16 Thread Ramon Diaz-Uriarte
Dear All, I have been using the randomForest package for a couple of difficult prediction problems (which also share p n). The performance is good, but since all the variables in the data set are used, interpretation of what is going on is not easy, even after looking at variable importance

Re: [R] simplifying randomForest(s)

2003-09-16 Thread Ramon Diaz-Uriarte
Dear Andy, Thanks a lot for your message. This is quite a hazardous game. We've been burned by this ourselves. I'll send you a paper we submitted on variable selection for random forest off-line. (Those who are interested, let me know.) Thanks! The basic problem is that when you select

[R] documentation typo in coxph?

2003-10-06 Thread Ramon Diaz-Uriarte
Dear All, I think there is a typo in the documentation for coxph (library survival). The help says: eps: convergence threshold. Iteration will continue until the relative change in the log-likelihood is less than eps. Default is .0001. However, if I do coxph.control() I

Re: [R] typeIII SS for lme?

2003-12-12 Thread Ramon Diaz-Uriarte
Dear Bill, You can obtain marginal tests using anova(your.lme.object, type = marginal) (If you are going to compare output, note that marginal tests when using non-orthogonal contrasts ---SAS and treatment--- might give you unexpected results, last time I checked). R. On Thursday 11

Re: [R] help in lme

2003-12-15 Thread Ramon Diaz-Uriarte
Since Spencer Graves already answered the factorial questions, I'll try to answer one of the other two: On Monday 15 December 2003 05:17, [EMAIL PROTECTED] wrote: To anyone who can help, Intelligent question (1) I keep on trying to fit a linear mixed model in R using 'lme(y~fxd.dsgn, data =

Re: [R] SIR

2004-01-16 Thread Ramon Diaz-Uriarte
This is strange; the sir for R I know (in package dr on CRAN, from S. Weisberg), last time I checked (about a year ago?) was able to handle multivariate responses. In fact, p. 6 of the documentation shows an example of SIR with a bivariate response, and I tried it, and it works. Best, R. On

Re: [R] citing a package?

2004-02-09 Thread Ramon Diaz-Uriarte
Dear Martin, I'd suggest you check the DESCRIPTION file and ask the author(s) of the package (e.g., a package might be related to a tech report which might, now, be in press, or whatever). Best, R. On Monday 09 February 2004 15:21, Martin Henry H. Stevens wrote: How do I cite a package

Re: [R] snow's makeCluster hanging (using Rmpi)

2006-11-07 Thread Ramon Diaz-Uriarte
On Tuesday 07 November 2006 15:56, Randall C Johnson [Contr.] wrote: Hello everyone, I've been fiddling around with the snow and Rmpi packages on my new Intel Mac, and have run into a few problems. When I make a cluster on my machine, both slaves start up just fine, and everything works as

Re: [R] snow's makeCluster hanging (using Rmpi)

2006-11-08 Thread Ramon Diaz-Uriarte
On Tuesday 07 November 2006 19:28, Randall C Johnson [Contr.] wrote: On 11/7/06 11:28 AM, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: On Tuesday 07 November 2006 15:56, Randall C Johnson [Contr.] wrote: Hello everyone, I've been fiddling around with the snow and Rmpi packages on my new

Re: [R] command option for R CMD BATCH

2006-11-23 Thread Ramon Diaz-Uriarte
On Thursday 23 November 2006 15:44, Prof Brian Ripley wrote: Try this: gannet% cat month.R x - commandArgs() print(x[length(x)]) gannet% R --slave --args January month.R [1] January Is the above R --slave --args January month.R the preferred way of using it? I tend to use R

Re: [R] command option for R CMD BATCH

2006-11-24 Thread Ramon Diaz-Uriarte
Thanks. R. On Thursday 23 November 2006 16:32, Prof Brian Ripley wrote: On Thu, 23 Nov 2006, Ramon Diaz-Uriarte wrote: On Thursday 23 November 2006 15:44, Prof Brian Ripley wrote: Try this: gannet% cat month.R x - commandArgs() print(x[length(x)]) gannet% R --slave --args

Re: [R] princomp and factanal()

2006-11-28 Thread Ramon Diaz-Uriarte
On Tuesday 28 November 2006 16:03, Tom Backer Johnsen wrote: I have been looking at the documentation and the output from the functions princomp() and factanal(), and found them somewhat difficult to understand. This is probably due to differences in respect to what I am used to with respect

Re: [R] simple parallel computing on single multicore machine

2006-12-01 Thread Ramon Diaz-Uriarte
On Friday 01 December 2006 13:23, Millo Giovanni wrote: Dear List, the advent of multicore machines in the consumer segment makes me wonder whether it would, at least in principle, be possible to divide a computational task into more slave R processes running on the different cores of the

[R] eval(parse(text vs. get when accessing a function

2007-01-05 Thread Ramon Diaz-Uriarte
Dear All, I've read Thomas Lumley's fortune If the answer is parse() you should usually rethink the question.. But I am not sure it that also applies (and why) to other situations (Lumley's comment http://tolstoy.newcastle.edu.au/R/help/05/02/12204.html was in reply to accessing a list).

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-05 Thread Ramon Diaz-Uriarte
On Friday 05 January 2007 19:21, Peter Dalgaard wrote: Ramon Diaz-Uriarte wrote: Dear All, I've read Thomas Lumley's fortune If the answer is parse() you should usually rethink the question.. But I am not sure it that also applies (and why) to other situations (Lumley's comment http

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-05 Thread Ramon Diaz-Uriarte
Statistics South San Francisco, CA 94404 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Diaz-Uriarte Sent: Friday, January 05, 2007 10:02 AM To: r-help; [EMAIL PROTECTED] Subject: [R] eval(parse(text vs. get when accessing a function Dear All

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-06 Thread Ramon Diaz-Uriarte
- function(x, fpost) { calledf - eval(parse(text = paste(f., fpost, sep = ))) calledf(x) ## the thousands of calls to calledf go here } R. On 1/5/07, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: On Friday 05 January 2007 19:35, Bert Gunter wrote: ?? Or to add to what Peter Dalgaard

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-06 Thread Ramon Diaz-Uriarte
. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Diaz-Uriarte Sent: Friday, January 05, 2007 11:41 AM To: Peter Dalgaard Cc: r-help; [EMAIL

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-06 Thread Ramon Diaz-Uriarte
On 1/6/07, Thomas Lumley [EMAIL PROTECTED] wrote: On Fri, 5 Jan 2007, Ramon Diaz-Uriarte wrote: I see, this is direct way of dealing with the problem. However, you first need to build the f list, and you might not know about that ahead of time. For instance, if I build a function so

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-06 Thread Ramon Diaz-Uriarte
On 1/6/07, Brian Ripley [EMAIL PROTECTED] wrote: On Sat, 6 Jan 2007, Ramon Diaz-Uriarte wrote: (...) cvFunct - function(whatever, genefiltertype, whateverelse) { internalGeneSelect - eval(parse(text = paste(geneSelect, genefiltertype, sep

Re: [R] ANCOVA

2007-01-06 Thread Ramon Diaz-Uriarte
-guide.html and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-07 Thread Ramon Diaz-Uriarte
of OOP (nor of S4 classes); in this case, in particular, it seems there is a lot of scaffolding in the code above (the counterpoint to the structure?) and, regarding scoping rules, I prefer to think about them explicitly (I find it much simpler than inheritance). Best, R. Ramon Diaz-Uriarte

Re: [R] eval(parse(text vs. get when accessing a function

2007-01-17 Thread Ramon Diaz-Uriarte
- function(x) UseMethod(f) f(structure(10, class = a)) [1] 11 attr(,class) [1] a On 1/6/07, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: Hi Martin, On 1/6/07, Martin Morgan [EMAIL PROTECTED] wrote: Hi Ramon, It seems like a naming convention (f.xxx) and eval(parse

Re: [R] kate editor for R

2007-01-19 Thread Ramon Diaz-Uriarte
On Friday 19 January 2007 03:30, Frank E Harrell Jr wrote: Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for R, with easy code submission to a running R process. Syntax highlighting is good. I have not been able to figure out two things: - how to automatically

Re: [R] kate editor for R

2007-01-19 Thread Ramon Diaz-Uriarte
On Friday 19 January 2007 14:12, Frank E Harrell Jr wrote: Ramon Diaz-Uriarte wrote: On Friday 19 January 2007 03:30, Frank E Harrell Jr wrote: Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for R, with easy code submission to a running R process. Syntax highlighting

Re: [R] kate editor for R

2007-01-19 Thread Ramon Diaz-Uriarte
Hi Dirk, On Friday 19 January 2007 15:39, Dirk Eddelbuettel wrote: Ramon, Frank, Great discussion. Nothing like an editor feud over morning coffee. Just kidding. Not at the editor flame war stage yet (nobody mentioned vim :-). On 19 January 2007 at 11:18, Ramon Diaz-Uriarte wrote

Re: [R] kate editor for R

2007-01-19 Thread Ramon Diaz-Uriarte
Hi Marc, Thanks a lot for the detailed explanation! I'll give it a try. (But still, why emacs23? what is missing in v. 21 that you get in 23?). Best, R. On 1/19/07, Marc Schwartz [EMAIL PROTECTED] wrote: On Fri, 2007-01-19 at 16:09 +0100, Ramon Diaz-Uriarte wrote: snip I had problems

Re: [R] kate editor for R

2007-01-20 Thread Ramon Diaz-Uriarte
script to build it. Let me know. Let me try with the debian packages, and if I have problems, I'll definitely start bugging you. Thanks a lot for your help! Best, R. Best regards, Marc On Sat, 2007-01-20 at 03:59 +0100, Ramon Diaz-Uriarte wrote: Hi Marc, Thanks a lot

Re: [R] kate editor for R

2007-01-21 Thread Ramon Diaz-Uriarte
On 1/20/07, Marc Schwartz [EMAIL PROTECTED] wrote: On Sat, 2007-01-20 at 11:20 +0100, Ramon Diaz-Uriarte wrote: On 1/20/07, Marc Schwartz [EMAIL PROTECTED] wrote: xft anti-aliasing is incorporated into the version 23 unicode trunk. So it looks great on a hi-res LCD panel. Without xft

Re: [R] ECB/Sidebar/R (Emacs) was: Re: kate editor for R

2007-01-21 Thread Ramon Diaz-Uriarte
read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz

Re: [R] Offtopic: emacs 23, was kate editor for R

2007-01-21 Thread Ramon Diaz-Uriarte
On 1/20/07, Peter Dalgaard [EMAIL PROTECTED] wrote: Ramon Diaz-Uriarte wrote: Hi Marc, Thanks a lot for the detailed explanation! I'll give it a try. (But still, why emacs23? what is missing in v. 21 that you get in 23?). Best, R. Ability to load files with UTF-8 characters

Re: [R] ECB/Sidebar/R (Emacs) was: Re: kate editor for R

2007-01-22 Thread Ramon Diaz-Uriarte
On 1/22/07, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: On 22 January 2007 at 00:05, Ramon Diaz-Uriarte wrote: | On 1/20/07, Dirk Eddelbuettel [EMAIL PROTECTED] wrote: | Just confirms my suspicion that even after all these years, I barely | scratched the surface of ess. That '2+ years' old

Re: [R] Package for phylogenetic tree analyses

2007-01-27 Thread Ramon Diaz-Uriarte
and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing

Re: [R] Does R support grid or parallel computing?

2007-01-29 Thread Ramon Diaz-Uriarte
]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte

Re: [R] Snow Package and R: Exported Variable Problem

2007-02-03 Thread Ramon Diaz-Uriarte
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme

Re: [R] Snow vs Rmpi

2007-02-15 Thread Ramon Diaz-Uriarte
. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] R book advice

2007-02-16 Thread Ramon Diaz-Uriarte
. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] If you had just one book on R to buy...

2007-02-26 Thread Ramon Diaz-Uriarte
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National

Re: [R] Reasons to Use R

2007-04-06 Thread Ramon Diaz-Uriarte
, reproducible code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] Rserve and R to R communication

2007-04-07 Thread Ramon Diaz-Uriarte
sockets, etc, directly from R. However, Simon's comment about better ways of R-to-R communication made me wonder if this idea really makes sense. What is the catch? Have other people tried similar approaches? Thanks, R. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology

Re: [R] Rserve and R to R communication

2007-04-09 Thread Ramon Diaz-Uriarte
On 4/9/07, Simon Urbanek [EMAIL PROTECTED] wrote: On Apr 7, 2007, at 10:56 AM, Ramon Diaz-Uriarte wrote: Dear All, The clients.txt file of the latest Rserve package, by Simon Urbanek, says, regarding its R client, (...) a simple R client, i.e. it allows you to connect to Rserve

Re: [R] Rserve and R to R communication

2007-04-09 Thread Ramon Diaz-Uriarte
the subscript, and then call those objects back into the main script, which seems like a very slow and onerous way to do it. Would Rserve do what I'm looking for? On 4/7/07, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: Dear All, The clients.txt file of the latest Rserve package, by Simon

Re: [R] Rserve and R to R communication

2007-04-09 Thread Ramon Diaz-Uriarte
---or PVM--- add. ). HTH, R. On 4/7/07, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: Dear All, The clients.txt file of the latest Rserve package, by Simon Urbanek, says, regarding its R client, (...) a simple R client, i.e. it allows you to connect to Rserve from R itself. It is very

Re: [R] Rserve and R to R communication

2007-04-09 Thread Ramon Diaz-Uriarte
to do it. Would Rserve do what I'm looking for? On 4/7/07, Ramon Diaz-Uriarte [EMAIL PROTECTED] wrote: Dear All, The clients.txt file of the latest Rserve package, by Simon Urbanek, says, regarding its R client, (...) a simple R client, i.e. it allows you to connect

Re: [R] Rserve and R to R communication

2007-04-10 Thread Ramon Diaz-Uriarte
On 4/10/07, AJ Rossini [EMAIL PROTECTED] wrote: On Monday 09 April 2007 23:02, Ramon Diaz-Uriarte wrote: (Yes, maybe I should check snowFT, but it uses PVM, and I recall a while back there was a reason why we decided to go with MPI instead of PVM). There is no reason that you can't run

Re: [R] Rserve and R to R communication

2007-04-11 Thread Ramon Diaz-Uriarte
On 4/11/07, AJ Rossini [EMAIL PROTECTED] wrote: On Tuesday 10 April 2007 23:17, Ramon Diaz-Uriarte wrote: Of course, you are right there. I think that might still be the case. At the time we made our decision, and decided to go for MPI, MPI 2 was already out, and MPI seemed more like

Re: [R] trouble with snow and Rmpi

2007-05-25 Thread Ramon Diaz-Uriarte
code. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] simultaneous computing

2007-06-11 Thread Ramon Diaz-Uriarte
. -- Ramon Diaz-Uriarte Statistical Computing Team Structural Biology and Biocomputing Programme Spanish National Cancer Centre (CNIO) http://ligarto.org/rdiaz __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE