[R] problem subsetting data frame with variable instead of constant

2012-02-10 Thread vaneet
you! Vaneet -- View this message in context: http://r.789695.n4.nabble.com/problem-subsetting-data-frame-with-variable-instead-of-constant-tp4376759p4376759.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing

Re: [R] problem subsetting data frame with variable instead of constant

2012-02-10 Thread vaneet
Thanks guys, both those solutions work. I really appreciate the help! -- View this message in context: http://r.789695.n4.nabble.com/problem-subsetting-data-frame-with-variable-instead-of-constant-tp4376759p4376826.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] mhplot error with test example: ylim not found

2010-06-28 Thread Lotay, Vaneet
Thank you, everyone. The function works fine now. Vaneet -Original Message- From: Jing Hua Zhao [mailto:jinghua.z...@mrc-epid.cam.ac.uk] Sent: Monday, June 28, 2010 2:46 PM To: Peter Ehlers; Lotay, Vaneet Cc: r-help@r-project.org Subject: RE: [R] mhplot error with test example: ylim

[R] mhplot error with test example: ylim not found

2010-06-23 Thread vaneet
() : object 'ylim' not found Even though I'm not sure why it would require this parameter, when I tried to fill in the parameter (ylim = c(0,10)) the same error results. I am not sure how to get around this. Vaneet -- View this message in context: http://r.789695.n4.nabble.com/mhplot-error-with-test

[R] R plotting on linux, regardless of architecture of local machine

2010-06-04 Thread vaneet
Hello, I just installed R 2.11.0 on a 64 bit Linux machine: Red Hat Enterprise Linux Server release 5.5 (Tikanga) I am still in the learning process in terms of handling Unix and have used R on both windows and Unix before. I am wondering when running R in this linux machine is there a way to

Re: [R] R plotting on linux, regardless of architecture of local machine

2010-06-04 Thread vaneet
I can try having an X server locally, but what are the other options? Isn't there anything that can be installed on Linux to be able to display graph windows in R without too much trouble? As I said I was looking for a solution to benefit many users not just me as I can't assume or expect

Re: [R] R plotting on linux, regardless of architecture of local machine

2010-06-04 Thread vaneet
So just so I understand properly, if there are multiple users connecting to this remote linux machine in which I installed R and lets just say they all have Windows machines. To view plots they would all need to have an SSH client and an X server installed on their local machine to do this?

Re: [R] R plotting on linux, regardless of architecture of local

2010-06-04 Thread vaneet
Thanks for explaining it in detail, that really helps. -- View this message in context: http://r.789695.n4.nabble.com/R-plotting-on-linux-regardless-of-architecture-of-local-machine-tp2243391p2243757.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Thanks for your replies. I understand you think the best solution is to find the gfortran and possibly libgfortran packages from the version of my Linux and gcc distribution which according to a quick check is the following (also this is a 64 bit linux machine): gcc (GCC) 4.1.2 20080704 (Red

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
P.S. My linux machine has the following info: Red Hat Enterprise Linux Server release 5.5 (Tikanga) -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2241770.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
I tried downloading the pre-built binaries of R from this website and then installing the rpms but is seems they depend on so many other packages to be installed first. I tried simply the R package first: warning: R-2.11.0-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6 error:

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Also would I need to install the R package as root in order for all users to use it? I'm assuming I would have to, I don't have root access now but I could possibly obtain it. For now this is simply a test install so if there is a way to install the R package simply under my user name please let

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Thanks for your help, I was able to get someone with root access to execute the yum command for me and install R on the linux machine and it work!! -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2242362.html Sent from the R help

[R] R linux install: FORTRAN compiling error

2010-06-02 Thread vaneet
Hello, I have basic familiarity with Unix but by most standards a novice. I am trying to install R on a linux machine and am following the instructions in the R install and admin guide in terms of what is required to compile the R source code. I downloaded R version 2.11.1 and extracted the