Re: [R] can't get text to appear over individual panels in multi-panel plot

2004-06-18 Thread Jari Oksanen
On 18 Jun 2004, at 8:26, Deepayan Sarkar wrote: On Thursday 17 June 2004 22:57, Patrick Bennett wrote: yes, i can reproduce that same graph when i print to the pdf-device. but the panel titles do not appear when I print to the Quartz-device. Hmm. I won't be able to help you then, let's hope

[R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Tim Cutts
Hi, I'm a sysadmin who's been tasked with installing R on our 1000-node compute cluster. I have licences for the Intel C and FORTRAN compilers, so I'm using the following to compile: CFLAGS=-O2 -axWK FFLAGS=$CFLAGS CXXFLAGS=$CFLAGS CC=icc F77=ifort CXX=icc FPICFLAGS=-fpic ./configure

Re: [R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Prof Brian Ripley
What OS and hardware is this? Eventually you mention `X86 Linux' but are you using x86 Linux and if so how fast processors? On a 3GHz machine make check takes a couple of minutes using gcc (and in our experience Portland Group is faster than gcc -- we have not tried Intel as local advice

Re: [R] Is there an easy way to generate linearly independent ve

2004-06-18 Thread Ted Harding
On 18-Jun-04 Fred wrote: I want to get linearly independent vectors, not orthogonal ones. The functions eigen, svd, I think it may provide orthogonal vectors which are not what I expect. It depends what sort of characteristics you want your non-orthogonal linearly independent vectors to have.

[R] multiple plots for data sets of inconsistent size

2004-06-18 Thread Laura Quinn
I am wanting to plot pca loadings onto sites superimposed on a contour map. There are a maximum of 20 sites at which loadings might appear - however due to the nature of my data, missing data has meant that some stations have not been included in some of the pca. For example, I am performing pca

[R] OT: virus affecting a list subscriber

2004-06-18 Thread David Duffy
I presume I am not alone in receiving return-to-sender mailings provoked by a well known virus eg [EMAIL PROTECTED] (reason: 550 [EMAIL PROTECTED]... User unknown) [EMAIL PROTECTED] (reason: 550 [EMAIL PROTECTED]... User unknown) [EMAIL PROTECTED] (reason: 550 [EMAIL PROTECTED]...

[R] [Q] Newbie (continued.. at least I got R running allready :-)

2004-06-18 Thread jeroen clarysse
Hi all a week ago, I posted a newbie question in data smoothing maximum-extraction with R. I got quite a lot of response, but I'm still kinda stuck with it... I'll restate the problem : i got a datafile with 2400 measuerements (every 250msec) of a CO2 measurement device, capturing the breath of

Re: [R] non-linear binning? power-law in R

2004-06-18 Thread Dan Bolser
On Thu, 17 Jun 2004, Dr. Herwig Meschke wrote: Why not try to avoid binning (and density plot) at all? An alternative could be a qqplot (as a log-log-plot), e.g. plot(ppoints(length(x4)), x4[order(x4)], log=xy) abline(lm(log(x4[order(x4)])~log(ppoints(length(x4, col=red) If the assumptions

Re: [R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Jin Shusong
Dear Cutts and Prof. Ripley, On Fri, Jun 18, 2004 at 09:11:42AM +0100, Prof Brian Ripley wrote: Some benchmarks show icc is faster than gcc and pgcc. Even fortran compiler ifort is also faster than pgf77 (See the result on www.polyhedron.com). But I still recommend gcc and g77 as c and fortran

Re: [R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Tim Cutts
Sorry, I was a bit sparing with details. Early in the morning, and all that. Many thanks for the swift reply! On 18 Jun 2004, at 9:11 am, Prof Brian Ripley wrote: What OS and hardware is this? Hardware: 700+ machines are 800 MHz Pentium III, 1 GB RAM, Red Hat 7.2 168 machines are

Re: [R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Prof Brian Ripley
On Fri, 18 Jun 2004, Tim Cutts wrote: Sorry, I was a bit sparing with details. Early in the morning, and all that. Many thanks for the swift reply! On 18 Jun 2004, at 9:11 am, Prof Brian Ripley wrote: What OS and hardware is this? Hardware: 700+ machines are 800 MHz Pentium III,

Re: [R] Compiling R with Intel compilers - recommended options?

2004-06-18 Thread Tim Cutts
On 18 Jun 2004, at 11:58 am, Prof Brian Ripley wrote: Fine. The issue on gcc 3.4.0 is that if you compile src/modules/lapack/dlamc.f without -ffloat-store it loops forever. I suspect you need to compile it without optimization or with the equivalent of -ffloat-store. It's a separate file in

[R] set working directory

2004-06-18 Thread Louize Hill
I have just upgraded from rw1081 to rw1090 (using Windows 2000). Now when I type the command: setwd('d:/folder_name) I get the following error message: Error in setwd(dir) : cannot change working directory If I use the change dir tab in the file menu i can sucessfully change working

RE: [R] set working directory

2004-06-18 Thread Bashir Saghir (Aztek Global)
Try adding a missing singe quote (') at the end of your working directory. setwd('d:/folder_name') S. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Louize Hill Sent: Friday, June 18, 2004 13:38 To: [EMAIL PROTECTED] Subject: [R] set working

Re: [R] set working directory

2004-06-18 Thread Uwe Ligges
Bashir Saghir (Aztek Global) wrote: Try adding a missing singe quote (') at the end of your working directory. setwd('d:/folder_name') Well, that was a mispelling in the mail, but not in the real example, since not specifying the quote causes a syntax error. I'm quite sure the folder-name was

Re: [R] R help in Firefox on Windows XP

2004-06-18 Thread Erich Neuwirth
Thank you Brian, Installing 0.8 first and then upgrading solved the problem. I noticed that installing 0.9 from scratch creates a registry key [HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla] CurrentVersion=1.7 Installing 0.8 creates [HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]

Re: [R] non-linear binning? power-law in R

2004-06-18 Thread Dr. Herwig Meschke
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] R as controller

2004-06-18 Thread groensels
Hi all, this may be a 'stupid' question, but it would be great if it exists. What's it about? For the control of experiments, special (and expensive) software is often necessary. The main 'difficulty' I have is to read data from different (measurement) devices and send them to some actuators

Re: [R] can't get text to appear over individual panels in multi-panel plot

2004-06-18 Thread Jari Oksanen
On Fri, 2004-06-18 at 09:28, Jari Oksanen wrote: On 18 Jun 2004, at 8:26, Deepayan Sarkar wrote: On Thursday 17 June 2004 22:57, Patrick Bennett wrote: yes, i can reproduce that same graph when i print to the pdf-device. but the panel titles do not appear when I print to the

Re: [R] R as controller

2004-06-18 Thread Prof Brian Ripley
What OS is this? How do you access a serial port? On most modern OSes user processes such as R have no direct access to serial ports. If access is via a Unix device, binary connections will probably work. In my limited experience that expensive software runs under a low-level OS, MS-DOS or a

Re: [R] msm

2004-06-18 Thread Chris Jackson
russell alexander wrote: Hello, I'm writing about msm. It may be that consistent users of Markov models have a good idea as to what constitutes workable data for a model. I think of general rules, in basic statistical studies where n is limited to exclude fairly precise figures in the lower

[R] S+ArrayAnalyzer and BioConductor Announcement

2004-06-18 Thread Michael O'Connell
Greetings to all and apologies for any cross-postings. If you know of anyone else who could benefit from this announcement please forward to them. Best regards and good luck to everyone, Michael O'Connell. BioConductor Project and Insightful Corp. Collaboration Announcement This week, Insightful

[R] Barplots and error indicators: Some R-Code

2004-06-18 Thread dieter . haering
I' ve seen that several people are looking for a function that creates a barplot with an error indicators (I was one of them myself). Maybe you will find the following code helpful (There are some examples how to use it at the end): # Creates a barplot. #bar.plot() needs a datavector for the

Re: [R] can't get text to appear over individual panels in multi-panel plot

2004-06-18 Thread Thomas Lumley
On Fri, 18 Jun 2004, Jari Oksanen wrote: On 18 Jun 2004, at 8:26, Deepayan Sarkar wrote: On Thursday 17 June 2004 22:57, Patrick Bennett wrote: yes, i can reproduce that same graph when i print to the pdf-device. but the panel titles do not appear when I print to the Quartz-device.

[R] Initializing SparseM matrix matrix.csc

2004-06-18 Thread Wolski
Hi! Would like to initialize a huge matrix.csc (Pacakge SparseM) with all elements 0 and afterwards set a few alements nonzero. The matrix which I like to allocate is so huge that I can not use A - matrix(a,n1,p) before: A.csr - as.matrix.csc(A) because I can not allocate such a huge matrix A.

Re: [R] Initializing SparseM matrix matrix.csc

2004-06-18 Thread roger koenker
A - as.matrix.csr(0,5,4) A An object of class matrix.csr Slot ra: [1] 0 Slot ja: [1] 1 Slot ia: [1] 1 2 2 2 2 2 Slot dimension: [1] 5 4 A[3,4] - 3 A An object of class matrix.csr Slot ra: [1] 0 3 Slot ja: [1] 1 4 Slot ia: [1] 1 2 2 3 3 3 Slot dimension: [1] 5 4 as.matrix(A) [,1] [,2]

Re: [R] Barplots and error indicators: Some R-Code

2004-06-18 Thread Frank E Harrell Jr
[EMAIL PROTECTED] wrote: I' ve seen that several people are looking for a function that creates a barplot with an error indicators (I was one of them myself). Maybe you will find the following code helpful (There are some examples how to use it at the end): # Creates a barplot. #bar.plot() needs

[R] Problems running RSPerl w. SuSe 9.0 / Perl 5.8.1

2004-06-18 Thread Michael Saupe
Hi, installation of RSPerl works fine without errors. Running RSPerl does not work at all. If I start R, and then enter this command: library(RSPerl) this error appears: - library(RSPerl) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to

Re: [R] Resolution of plots

2004-06-18 Thread Prof Brian Ripley
On Thu, 17 Jun 2004, Thomas Lumley wrote: On Wed, 16 Jun 2004, Prof Brian Ripley wrote: You will have to tell us more. Exporting how: to what format using what device and what exact command on what operating system? The only device I know of that even knows about dpi is bitmap() and

RE: [R] Barplots and error indicators: Some R-Code

2004-06-18 Thread Rau, Roland
Dear all, -Original Message- From: Frank E Harrell Jr [SMTP:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 4:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [R] Barplots and error indicators: Some R-Code Bar charts have many problems as pointed out in Bill

Re: [R] Problems running RSPerl w. SuSe 9.0 / Perl 5.8.1

2004-06-18 Thread Prof Brian Ripley
Exactly the same question was asked here by From: Emmanuel Engelhart [EMAIL PROTECTED] Date: Fri, 11 Jun 2004 13:31:17 +0100 so please talk to your colleagues (and note what PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html says about doing your homework). Note

Re: [R] set working directory

2004-06-18 Thread Spencer Graves
I agree with Uwe: I just tried setwd missing a quote in R 1.9.1 alpha and got syntax error. When I had quotes paired but the name was not a valid directory, I got the error Louize reported: Error in setwd(dir) : cannot change working directory. When I gave a valid directory, the

Re: [R] Barplots and error indicators: Some R-Code

2004-06-18 Thread Frank E Harrell Jr
Rau, Roland wrote: Dear all, -Original Message- From: Frank E Harrell Jr [SMTP:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 4:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:Re: [R] Barplots and error indicators: Some R-Code Bar charts have many problems as

[R] how to store estimates results as scalars of a matrix?

2004-06-18 Thread Joao Pedro W. de Azevedo
Dear R users, I've written a loop to generate Moran's test (spdep package) on serval subsamples of a large dataset. See below a short example. My loop is working fine, however I would like to be able to store the test results as lines of a matrix, that I would latter be able to export as a

[R] cross table

2004-06-18 Thread Antonio Olinto
Hi, I have a dataframe with 3 columns: month (1 to 12), length and length class. I'm trying to make a cross table with the counts of lengths per length class and month. I donĀ“t have all classes per month. | 1 2 3 ... - 120 | 0 1 0 150 | 5 6 0 170 | 3 0 7 ... I have already

[R] Another NEWBIE

2004-06-18 Thread F.Kalder
Hi, I'm a very fresh newbie to R. My first main question is, what the limitations of R are, what methods can R NOT do, esp. compared to (a) SPSS and (b) SAS? The second question is, how do you handle the data entry, data management and data manipulation in R, to me it seems to be really

[R] Html help does not work in Mac OSX 10.3.4

2004-06-18 Thread Emilio A. Laca
I recently upgraded from R 1.8 to 1.9. I removed 1.8 following the instructions. Html help has not worked since. When htmlhelp=TRUE the help.start() command results in the patience message and nothing else happens. I am using mac osx 10.3.4. Help worked fine when I was using R 1.8. I need help

[R] Double centering matrix construction

2004-06-18 Thread Yong Wang
Dear All do you know how to transform a matrix to a so-called double centering matrix such that sum(col) and sum(row) of the transformed matrix are all 0 vector. thanks regards yong wang __ [EMAIL PROTECTED] mailing list

Re: [R] Re: problem in long select from RODBC

2004-06-18 Thread Matej Cepl
On Wednesday 16 of June 2004 14:42, Wolski wrote: sqlQuery(channel, select dir, c \ from firsthit3 \ where dir LIKE \%SCHULEN%\) Another option is paste(). This works for me (selectedCities is a constant set outside of this function): getData -

Re: [R] printing R generated postcript files

2004-06-18 Thread Matej Cepl
On Wednesday 16 of June 2004 21:23, Dirk Eddelbuettel wrote: That may be related. I only recently set R_PAPERSIZE to be driven from Debian's global paperconf setting which is supposed result in /etc/R/Renviron having ## edd Apr 2004: use Debian's paperconf settings, with thanks to Matej

RE: [R] Double centering matrix construction

2004-06-18 Thread Gabor Grothendieck
?sweep Date: Fri, 18 Jun 2004 16:32:58 -0500 (CDT) From: Yong Wang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [R] Double centering matrix construction Dear All do you know how to transform a matrix to a so-called double centering matrix such that sum(col) and sum(row) of

Re: [R] cross table

2004-06-18 Thread Spencer Graves
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html What have you tried? In particular, have you tried table? Dates and times may present difficulties, but help.search('table') in R 1.9.1 alpha under Windows 2000 just produced a number of options.

Re: [R] Another NEWBIE

2004-06-18 Thread Spencer Graves
SPSS and SAS are data analysis packages with some scripting capabilities. The S language is an object oriented programming language for statistics. If you want to analyze data using traditional techniques, use SPSS or SAS or Statistica or Excel or you-name-it. If you need to invent new

Re: [R] printing R generated postcript files

2004-06-18 Thread Dirk Eddelbuettel
On Fri, Jun 18, 2004 at 05:26:26PM +0200, Matej Cepl wrote: On Wednesday 16 of June 2004 21:23, Dirk Eddelbuettel wrote: That may be related. I only recently set R_PAPERSIZE to be driven from Debian's global paperconf setting which is supposed result in /etc/R/Renviron having ## edd

[R] setGeneric / standardGeneric when args are not literals

2004-06-18 Thread Vadim Ogranovich
Hi, This works setGeneric(clear, function(obj) standardGeneric(clear)) [1] clear but this doesn't. Why? funName - clear setGeneric(funName, function(obj) standardGeneric(funName)) Error in .recursiveCallTest(body, fname) : (converted from warning) The body of the generic function for

[R] setGeneric / standardGeneric when args are not literals - corrected

2004-06-18 Thread Vadim Ogranovich
This is a correction to my previous message, I forgot to swap two lines in the body of setMakeGenericMethod. Sorry about that. The correct (full message) reads like this: Hi, This works setGeneric(clear, function(obj) standardGeneric(clear)) [1] clear but this doesn't. Why? funName -

Re: [R] Another NEWBIE

2004-06-18 Thread Prof Brian Ripley
On Fri, 18 Jun 2004, F.Kalder wrote: I'm a very fresh newbie to R. First piece of advice: read the posting guide before posting, and in particular use a meaningful subject line. My first main question is, what the limitations of R are, what methods can R NOT do, esp. compared to (a) SPSS