Re: [R] coping with a warning in if()

2010-01-19 Thread Lyman, Mark
Héctor Villalobos hvillalo at ipn.mx writes: Hi, I'm sure this one is very easy I am trying to write a function where one of its arguments has two posible (strings) values, defaulting to one of them if none is specified. My problem is that when evaluating the function the

Re: [R] output too large to display all

2009-07-06 Thread Lyman, Mark
Take a look at the print method for the mer class, class?mer. I believe setting the correlation argument to FALSE will give you what you want. See the examples. Mark Lyman, Statistician Engineering Systems Integration, ATK Hi R Users, Hopefully a very simple solution, but I am stumped

Re: [R] FW: Install of R 2.9.0

2009-04-28 Thread Lyman, Mark
Thanks, Uwe. It seems that the filesystem did not have enough inodes. Mark Lyman -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Tuesday, April 28, 2009 5:58 AM To: Lyman, Mark Cc: r-help@r-project.org Subject: Re: [R] FW: Install of R 2.9.0 Lyman

[R] FW: Install of R 2.9.0

2009-04-27 Thread Lyman, Mark
I am forwarding the below message from our sys-admin because I don't know what the problem is. We are getting a No space left on device error when there is plenty of space. See below. Mark Lyman From: Palmer, Michael Sent: Monday, April 27, 2009 12:09 PM To: Lyman, Mark Subject: Install

[R] FW: Install of R 2.9.0

2009-04-27 Thread Lyman, Mark
be ignored? Mark Lyman From: Lyman, Mark Sent: Monday, April 27, 2009 12:49 PM To: r-help@r-project.org Subject: FW: Install of R 2.9.0 I am forwarding the below message from our sys-admin because I don't know what the problem is. We are getting a No space left on device error when

Re: [R] Lattice Groups

2009-04-08 Thread Lyman, Mark
I don't understand your first question, but, since no one else has responded I can answer your second question. panel.bwplot, unlike panel.xyplot doesn't use panel.superpose when groups is not NULL. In order to get an analogous result you need to specify that you want to use panel.superpose. cols

Re: [R] Lattice Groups

2009-04-08 Thread Lyman, Mark
I guess I didn't look too closely. I didn't even notice the points were gone. Thanks, Deepayan. Mark Lyman -Original Message- From: Deepayan Sarkar [mailto:deepayan.sar...@gmail.com] Sent: Wednesday, April 08, 2009 1:07 PM To: Lyman, Mark Cc: r-help@r-project.org; dickywe

[R] How to set R_PROFILE conditional on batch or interactive mode

2009-03-19 Thread Lyman, Mark
I am running R 2.8.1 on SUSE Linux. I would like to be able to set R_PROFILE to two different possibilities. One when R is called by R CMD BATCH and another any other time. Is this possible? Mark Lyman, Statistician Engineering Systems Integration, ATK

Re: [R] How to set R_PROFILE conditional on batch or interactive mode

2009-03-19 Thread Lyman, Mark
...@auckland.ac.nz] Sent: Thursday, March 19, 2009 1:01 PM To: Lyman, Mark Cc: r-help@r-project.org Subject: Re: [R] How to set R_PROFILE conditional on batch or interactive mode On 20/03/2009, at 5:46 AM, Lyman, Mark wrote: I am running R 2.8.1 on SUSE Linux. I would like to be able to set R_PROFILE

Re: [R] How to set R_PROFILE conditional on batch or interactive mode

2009-03-19 Thread Lyman, Mark
Yes, thank you. That does the trick. Mark Lyman -Original Message- From: Rolf Turner [mailto:r.tur...@auckland.ac.nz] Sent: Thursday, March 19, 2009 2:42 PM To: Lyman, Mark Cc: r-help@r-project.org Subject: Re: [R] How to set R_PROFILE conditional on batch or interactive mode On 20

Re: [R] Confused about behavior of an S4 object containing a ts object

2009-01-22 Thread Lyman, Mark
(5, 2) Frequency = 2 [1] 1 2 3 4 5 6 7 8 9 10 plot(tmp[,2]) Mark Lyman -Original Message- From: Lyman, Mark Sent: Thursday, December 18, 2008 1:02 PM To: 'r-help@r-project.org' Subject: Confused about behavior of an S4 object containing a ts object I am trying to define

[R] Confused about behavior of an S4 object containing a ts object

2008-12-18 Thread Lyman, Mark
I am trying to define an S4 class that contains a ts class object, a simple example is shown in the code below. However, when I try to create a new object of this class the tsp part is ignored, see below. Am I doing something wrong, or is this just a peril of mixing S3 and S4 objects?

Re: [R] extract variance components

2008-09-10 Thread Lyman, Mark
Take a look again at help(getVarCov). Mark Lyman, Statistician ATK Launch Systems [EMAIL PROTECTED] From: huang min [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 10:02 PM To: r-help@r-project.org Cc: [EMAIL PROTECTED] Subject: Re: extract variance components Hi,

Re: [R] Problem with mpi.close.Rslaves()

2008-07-17 Thread Lyman, Mark
something wrong with this would let me know. Mark Lyman, Statistician ATK Launch Systems [EMAIL PROTECTED] (435) 863-2863 From: Lyman, Mark Sent: Wednesday, July 16, 2008 10:06 AM To: '[EMAIL PROTECTED]' Cc: 'r-help@r-project.org'; Palmer, Michael Subject: Problem with mpi.close.Rslaves() I

[R] Problem with mpi.close.Rslaves()

2008-07-16 Thread Lyman, Mark
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler dispatching jobs and openmpi-1.0.1. I have tried running one of the examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi and they seem to be working, except mpi.close.Rslaves() hangs. The slaves are closed,

[R] Rmpi unkown input format error

2008-07-10 Thread Lyman, Mark
I have just installed Rmpi on a Suse 9.1 linux cluster with openmpi-1.0.1. I am trying the example included below from the tutorial website. However, I keep getting the following error: # Load the R MPI package if it is not already loaded. if (!is.loaded(mpi_initialize)) { +