Re: [R] R CMD SHLIB gives error: bad value (generic) for -mtune= switch

2007-11-03 Thread Prof Brian Ripley
This is clearly a compiler configuration error, not an R error. I note that you have c:\Rtools\MinGW\libexec\gcc\mingw32\3.4.5 in your path, which is *not* part of the instructions for R 2.6.0. Please try again without it. On Sat, 3 Nov 2007, McKay Curtis wrote: > Hello, > > I am trying to c

[R] structure vs. matrix

2007-11-03 Thread Edna Bell
Hi R Gurus! When creating a matrix, is it better to use the structure function or the matrix function, please? Thanks, Edna Bell __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://w

[R] install problem 2.6 mac os x 10.5

2007-11-03 Thread Emilio Gagliardi
Hi everyone, I am trying to install R-2.6 over my 2.5.1 installation on Mac OS X 10.5. R version 2.5.1 (2007-06-27) I double-click the installer package, 1) Click Continue 2) Click Continue 3) Click Continue + Click Agree On the "Installation Type" dialog screen, all four options are grayed

Re: [R] unable to install package ff

2007-11-03 Thread Adrian Dragulescu
Matthew, Did you take a look at the R.huge package? It works well with numerical data. If you describe the problem you're trying to solve in more detail, it may help us give you a better solution. Btw, we use the filehash package with great success in accessing very large amounts of data. Best

[R] R CMD SHLIB gives error: bad value (generic) for -mtune= switch

2007-11-03 Thread McKay Curtis
Hello, I am trying to compile C code using the R CMD SHLIB command. I get this error: > R CMD SHLIB gibbs.c making gibbs.d from gibbs.c gibbs.c:0: error: bad value (generic) for -mtune= switch make: [gibbs.d] Error 1 (ignored) cat: gibbs.d: No such file or directory make: [makeMakedeps] Error 1

[R] installing packages on OS X -- lgfortran problem

2007-11-03 Thread Stefanie Hartmann
I am trying to install two packages that are not available at CRAN (rmutil, dna). When trying the R CMD INSTALL with either file, I get an error message that ends with /usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can't locate file for: -lgfortran /usr/libexec/gcc/i686-apple-darwin8/4

Re: [R] Pearson residuals

2007-11-03 Thread Henric Nilsson (Public)
Jorge Manuel de Almeida Magalhães wrote: >> >> >> Jorge Manuel de Almeida Magalhães wrote: >>> Dear Sirs >>> >>> What is the best aproximation to the standardized normal distribution: >>> >>> >> How about >> >> http://www.statsci.org/s/qres.html >> >> (which gives S-PLUS code: haven't checked to s

[R] are there any R-help list in spanish.

2007-11-03 Thread Horacio Castellini
Hi all, I have a question, are there any R-help list in spanish or forus, and which is its subscribe adress ...? Thanks Horacio. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://ww

Re: [R] perl module for R

2007-11-03 Thread Andrew Perrin
http://www.omegahat.org/RSPerl/ -- Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu Associate Professor of Sociology; Book Review Editor, _Social Forces_ University of North Carolina - CB#3210, Chapel Hi

[R] perl module for R

2007-11-03 Thread stephenc
Hi can anyone recommend a perl module that I can use to run R? Stephen __ R-help@r-project.org 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,

[R] suggest appropriate model?

2007-11-03 Thread steven wilson
Dear R users; I've been trying to fit the following set of data using something like the sum of two functions (biphasic function) but without success. I'd like to know if anybody can suggest a better or appropriate expectation function to use. Here is the data: x=c(298.15,308.15,318.15,328.15,338

[R] rank-deficient model matrix

2007-11-03 Thread colorful1017
Dear: I want to construct a gee model in R. When I ran the program, there was a warning in the output. The warning is "Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27 gee(cbind(hyper, nohyper) ~ I(Ethnic) + I(Gender) + I(drink) + :

[R] mantel tests

2007-11-03 Thread Pickett, Simon
This is a general statistics question so I'm sorry if its outside the field of r help. Anyway, I have a suite of female and male traits and I have made a matrix of correlation coefficients using rcorr(). This results in a 6 by 6 matrix like this.. [1] 0.11287990 0.20441361 0.23837442 0.04713

Re: [R] Pearson residuals

2007-11-03 Thread Jorge Manuel de Almeida Magalhães
> > > > Jorge Manuel de Almeida Magalhães wrote: >> >> Dear Sirs >> >> What is the best aproximation to the standardized normal distribution: >> >> > > How about > > http://www.statsci.org/s/qres.html > > (which gives S-PLUS code: haven't checked to see if it works in R > or not, but it looks lik

[R] Job opening at Merck, NJ

2007-11-03 Thread Liaw, Andy
Apologies for the cross-posting... Computational statisticians The Biometrics Research Department at Merck Research Laboratories, Merck & Co., Inc. in Rahway, NJ is seeking highly motivated statisticians/data analysts (2 positions) to work in its basic research and drug discovery area. The appli

Re: [R] Pearson residuals

2007-11-03 Thread Ben Bolker
Jorge Manuel de Almeida Magalhães wrote: > > Dear Sirs > > What is the best aproximation to the standardized normal distribution: > > How about http://www.statsci.org/s/qres.html (which gives S-PLUS code: haven't checked to see if it works in R or not, but it looks like it probably will

[R] Categorical data

2007-11-03 Thread batela
Dear Sirs What is the best aproximation to the standardized normal distribution: necessidade = c("sem necessidade","com necessidade") tipo =c("CE-1", "CE-2", "CE-3") dados=c(20,34,44,69,9,3) Tabela =cbind(expand.grid(list(Necessidade=necessidade, Tipo=tipo)), count=dados) Tabela.array=tapp

[R] Pearson residuals

2007-11-03 Thread Jorge Manuel de Almeida Magalhães
Dear Sirs What is the best aproximation to the standardized normal distribution: necessidade = c("sem necessidade","com necessidade") tipo =c("CE-1", "CE-2", "CE-3") dados=c(20,34,44,69,9,3) Tabela =cbind(expand.grid(list(Necessidade=necessidade, Tipo=tipo)), count=dados) Tabela.array=tapp

[R] R validation. If you know what you want, it's simple. If you don't know what you need to do, there are problems...(with any validation)

2007-11-03 Thread A.J. Rossini
> From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Sat, 3 Nov 2007 09:03:39 +0100 (CET) > Subject: [R] R validation > Dear R-Users, > > A message to continue the discussions we had in March and June. I have > read the documents written since then > (http://www.r-project.org/doc/R-FDA.pdf ; >

Re: [R] cumsum

2007-11-03 Thread Sundar Dorai-Raj
threshold said the following on 11/3/2007 4:41 AM: > Hi, my problem belongs to the basic ones. I want to get cumulated sum over > the matrix columns by one command (if such exists). Ordinary R's cumsum(x) > when x is: > [,1] [,2] > [1,]15 > [2,]26 > [3,]37 > [4,]4

[R] cumsum

2007-11-03 Thread threshold
Hi, my problem belongs to the basic ones. I want to get cumulated sum over the matrix columns by one command (if such exists). Ordinary R's cumsum(x) when x is: [,1] [,2] [1,]15 [2,]26 [3,]37 [4,]48 yields: 1 3 6 10 15 21 28 36 I want: [,1] [,2] [1,]

Re: [R] how to split data.frame by row?

2007-11-03 Thread XU Denver
maybe you need this q<-matrix(1:60,20,3) matrix(q,10,6) matrix(q,5,12) 2007/10/29, Weiwei Shi <[EMAIL PROTECTED]>: > hi, > > if I have 20 x 3 data.frame, how to split it into > 10 x 6 (moving the lower part of 10x3 to column) > > or > > 5 x 12 > > thanks > > -- > Weiwei Shi, Ph.D > Research Sc

[R] R validation

2007-11-03 Thread delphine . fontaine
Dear R-Users, A message to continue the discussions we had in March and June. I have read the documents written since then (http://www.r-project.org/doc/R-FDA.pdf ; http://user2007.org/program/presentations/harrell.pdf ; http://user2007.org/program/presentations/rossini.pdf ; http://user2007.org/p