[R] annotating a filled contours plot with a grid of points

2009-02-06 Thread Dario Martin-Benito
Dear R-help members, I am trying to plot annotate a filled contours plot (with filled.contour) with a grid of points. I have read ways of annotating it with individual points but not with grids in another matrix. Any ideas? Thank you very much. Dario _

[R] Rmpi with LAM/MPI on Debian

2009-02-06 Thread Ingeborg Schmidt
Hello, I seem to be unable to get Lam/Mpi to work with Rmpi on Debian 5. Following the readme file, I installed the packages r-cran-rmpi and lam3 lam3-dev lam-runtime . The lam-bhost.def is configured like this: hn01 cn01 cpu=4 cn02 cpu=4 Lam seems to be fine with this: >lamboot -v n-1<13746>

Re: [R] R on Mobile Devices (Android)

2009-02-06 Thread Barry Rowlingson
2009/2/6 Harsh : > Hell R-list, > > At the cost of sounding far-fetched and almost incredulous, I would > like to know if any R user is remotely considering the use of R on > Mobile devices, and Android in particular. First, rewrite R in Java. Good luck with that! http://code.google.com/android/

[R] R training

2009-02-06 Thread wrzlprmpft
Hi there, does anybody know of a good R training course or has participated in one? Maybe also a good lecture or course at a university, where the teacher might be willing to offer a course? Audience: = 3 - 5 natural scientists with programming and rudimentary statistical knowledge Loc

[R] R on Mobile Devices (Android)

2009-02-06 Thread Harsh
Hell R-list, At the cost of sounding far-fetched and almost incredulous, I would like to know if any R user is remotely considering the use of R on Mobile devices, and Android in particular. I really do not have an idea of the kind of definite incentives in terms of using R on Android, but having

[R] Linear model: contrasts

2009-02-06 Thread Stefan Kraemer
Hey, I am modelling a linear regression Y=X*B+E. To compute the effect of “group” the B-values of the regressors/columns that code the interaction effects (col. 5-8 and col. 11-14, see below) have to be weighted with non-zero elements within the contrast "Group 1" minus "Group 2" (see below). My

[R] Tinn-R 2.2.0.1 released with a new and complete User Guide

2009-02-06 Thread Jose Claudio Faria
Dears Tinn-R users, We want to announce that a new version of Tinn-R Gui/Editor (Windows OS) was released. It now has a complete User Guide, a old request of the users. The news of this version are below: 2.2.0.1 (Feb/05/2009) * Bugs fixed: 1. Latex font Enphase was fixed. It was in

[R] party package conditional variable importance

2009-02-06 Thread Meghann Mears
Hello, I'm trying to use the party package function varimp() to get conditional variable importance measures, as I'm aware that some of my variables are correlated. However I keep getting error messages (such as the example below). I get similar errors with three separate datasets that I'm using

Re: [R] Legend for radial.plot?

2009-02-06 Thread Jim Lemon
Jason Rupert wrote: Using plotrix, is it possible to create a legend for the following and attach it to the radial.plot? posmat<-matrix(sample(2:9,30,TRUE),nrow=3) radial.plot(posmat,labels=paste("X",1:10,sep=""),rp.type="p", main="Spiderweb plot",line.col=2:4,show.grid=FALSE,lwd=1:3, ra

[R] Variance of AR-Process.

2009-02-06 Thread Andreas Klein
Hello. How can I calculate the theoretical process variance of an AR-Process in R? Is there a specific function given in any R package? Regards, Andreas. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do r

Re: [R] A way to "lock down" the order of bars for ggplot "dodged"histogram

2009-02-06 Thread ONKELINX, Thierry
Hmm, I had not tested my solution. But that used to work. But I'm getting the same result as you do. So maybe this is a bug in ggplot2. Is it, Hadley? Thierry ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek

Re: [R] See source code for survplot function in Design package

2009-02-06 Thread Dieter Menne
Marc Schwartz comcast.net> writes: > getAnywhere("function.method") > Which also works without the "" getAnywhere(xtabs) getAnywhere("xtabs") Dieter __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Problems in Recommending R

2009-02-06 Thread Wacek Kusnierczyk
Patrick Connolly wrote: > On Sun, 01-Feb-2009 at 11:34PM -0500, Stavros Macrakis wrote: > > |> A first step that would make the current Web page look much better > |> would be to anti-alias the demonstration graphic. The current graphic > |> makes R graphics seem (falsely!) to be very primitive. I

<    1   2