Re: [R] I think a simple question

2006-11-12 Thread Gavin Simpson
1341 1411 1416 Of course, checking for suitability of input data for foo is left up to you. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL

Re: [R] I think a simple question

2006-11-12 Thread Gavin Simpson
On Sun, 2006-11-12 at 22:45 +, Gavin Simpson wrote: On Sun, 2006-11-12 at 17:20 -0500, Leeds, Mark (IED) wrote: I have index ( of a vector ) values of say tempin-c(1 31 61 91 121 all the way upto 1411) What I want is a function that takes in a number say, x = 5, and gives

Re: [R] dissimilarity matrices

2006-11-10 Thread Gavin Simpson
. Best wishes, Kris Lockyear. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e

Re: [R] Closing R fails

2006-11-09 Thread Gavin Simpson
). Thanks for any help. John Seers -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower

Re: [R] Closing R fails

2006-11-09 Thread Gavin Simpson
www.foodandhealthnetwork.com -Original Message- From: Gavin Simpson [mailto:[EMAIL PROTECTED] Sent: 09 November 2006 12:46 To: john seers (IFR) Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Closing R fails On Thu, 2006-11-09 at 12:18 +, john seers (IFR) wrote: Hello All

Re: [R] Parameter to show ticks ?

2006-11-09 Thread Gavin Simpson
. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http

Re: [R] did my searching but still couldn't find anything for bayesian dlm

2006-11-01 Thread Gavin Simpson
On Tue, 2006-10-31 at 19:12 -0500, Leeds, Mark (IED) wrote: I familarized myelf with kalmanlike and structts which are approaches for building and estimating ( and forecasting ) state space models ( or the equivalent arima models ). back in 2003, gavin simpson wrote an email describing

Re: [R] strange algorithm needed

2006-11-01 Thread Gavin Simpson
. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK[w] http://www.ucl.ac.uk

Re: [R] installing rgl package on linux suse 10.1

2006-11-01 Thread Gavin Simpson
. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK[w] http

Re: [R] plotting question

2006-10-31 Thread Gavin Simpson
and provide commented, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] one problem about how to hold graphic with R

2006-10-31 Thread Gavin Simpson
4 dev.set(3) # switch to device dev.cur() # check X11 3 plot(sort(rnorm(100))) # plot something new on this device Is this what you were looking for? HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC

Re: [R] plotting question

2006-10-31 Thread Gavin Simpson
On Tue, 2006-10-31 at 18:11 +, Gavin Simpson wrote: On Tue, 2006-10-31 at 12:08 -0500, Leeds, Mark (IED) wrote: i have the following code below and at the end there are some plotting statements. it actualy looks quite nice when you run it but there is just one strange thing happening

Re: [R] one problem about how to hold graphic with R

2006-10-31 Thread Gavin Simpson
suggest you read the R manual An Introduction to R that came with R, especially section 12 on Graphics. HTH G 2006/10/31, Gavin Simpson [EMAIL PROTECTED]: On Tue, 2006-10-31 at 21:36 +0800, yang baohua wrote: Sorry to disturb you, but can you help me to solve one

Re: [R] plotting question

2006-10-31 Thread Gavin Simpson
@stat.math.ethz.ch 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, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin

Re: [R] Unexpected behavior of predict and interval=confidence

2006-10-30 Thread Gavin Simpson
http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679

Re: [R] how to set debug breaks

2006-10-30 Thread Gavin Simpson
as it implements further functions for debugging in R HTH G Thanks. waverley -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] Get the names of the columns in a tserie

2006-10-27 Thread Gavin Simpson
LVDTime -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC

Re: [R] install.views

2006-10-27 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK[w

Re: [R] Problems running IsoMDS using vegdist with pres-abs data and two sites with zero distance

2006-10-21 Thread Gavin Simpson
it to add adds a small distance so you don't get this error. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] spectral analysis of time series

2006-10-19 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls

Re: [R] Predicted value at a new level in lm

2006-10-17 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK

Re: [R] C code for KalmnaLike

2006-10-13 Thread Gavin Simpson
-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL

Re: [R] NA-handling in glm.fit?

2006-10-13 Thread Gavin Simpson
you are passing as x and y to glm.fit) to remove incomplete cases. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] Mantel test!

2006-10-13 Thread Gavin Simpson
(as.dist(your_mat1), as.dist(your_mat2)) See ?as.dist HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] nontabular logistic regression

2006-10-13 Thread Gavin Simpson
. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http

Re: [R] Bug in lowess

2006-10-12 Thread Gavin Simpson
other attached packages: lattice Hmisc chron 0.12-11 3.1-1 2.3-8 -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] Extrapolated regression lines

2006-10-12 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT

Re: [R] Help on direction of axis in R needed

2006-10-11 Thread Gavin Simpson
to ?plot.default... HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w

Re: [R] [Mac OS X 10.4] object R_loess_raw not found

2006-10-09 Thread Gavin Simpson
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, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson

Re: [R] VGAM Package ?

2006-10-05 Thread Gavin Simpson
to VGAM on the Environmetrics Task View: http://www.stats.bris.ac.uk/R/src/contrib/Views/Environmetrics.html HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565

Re: [R] which command

2006-10-05 Thread Gavin Simpson
and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e

Re: [R] Some questions about plotting with R

2006-10-04 Thread Gavin Simpson
and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e

Re: [R] how to convert all columns of a data frame into factors

2006-10-04 Thread Gavin Simpson
as you are asked to in the posting guide! HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk

Re: [R] how to convert all columns of a data frame into factors

2006-10-04 Thread Gavin Simpson
On Wed, 2006-10-04 at 17:04 +0100, Gavin Simpson wrote: On Wed, 2006-10-04 at 11:33 -0400, Weiwei Shi wrote: Hi, I use apply apply(x, 2, factor) but it does not work. please help. thanks. Ah, lesson one: read the email clearly before replying - just like my old Geography teacher

Re: [R] Error in names-.default

2006-10-04 Thread Gavin Simpson
though, so this might not be the problem. As the posting guide asks, please give a reproducible example or provide enough information for us to help you. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC

Re: [R] Tabulation and missing values

2006-10-04 Thread Gavin Simpson
tabulate with categories in the desired order table(EthnicFactor[,drop=TRUE]) ### But I can't seem to include the missing observations table(EthnicFactor,exclude=NULL) David Scott -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0

Re: [R] convert vector to matrix

2006-10-04 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street

Re: [R] convert vector to matrix

2006-10-04 Thread Gavin Simpson
On Wed, 2006-10-04 at 19:55 -0200, Alberto Monteiro wrote: Gavin Simpson wrote: Did you even try to use cbind on your vector? I guess not as, vec - 1:10 mat - cbind(vec) mat Why does mat remain a matrix instead of losing one dimension? I am reading the FAQ at... http

Re: [R] venn diagram with more than three vectors

2006-09-26 Thread Gavin Simpson
commented, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson

Re: [R] Command area in SciViews 0.8.9 - second try

2006-09-21 Thread Gavin Simpson
/posting-guide.html ^ Sorry I can't be any more help - I have never used Sciviews. G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679

Re: [R] how to ignore NA or replace it by another value

2006-09-21 Thread Gavin Simpson
, function(x) {x[is.na(x)] - 0; x}) dat HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44

Re: [R] delete a entire vector of a dataframe

2006-09-21 Thread Gavin Simpson
from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e

Re: [R] How to draw a per mille symbol?

2006-09-20 Thread Gavin Simpson
On Tue, 2006-09-19 at 17:53 +0100, Prof Brian Ripley wrote: On Tue, 19 Sep 2006, Gavin Simpson wrote: Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. This should give the correct

Re: [R] How to draw a per mille symbol?

2006-09-20 Thread Gavin Simpson
On Wed, 2006-09-20 at 15:28 +1200, Paul Murrell wrote: Hi Gavin Simpson wrote: Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. This should give the correct character

Re: [R] local intallation of MSBVAR_0.2.0.tar.gz

2006-09-20 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT

Re: [R] Statitics Textbook - any recommendation?

2006-09-20 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK[w] http://www.ucl.ac.uk/~ucfagls/cv

[R] How to draw a per mille symbol?

2006-09-19 Thread Gavin Simpson
2.5.0 Under development (unstable) (2006-09-19 r39410) -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] How to draw a per mille symbol?

2006-09-19 Thread Gavin Simpson
On Tue, 2006-09-19 at 17:29 +0100, Gavin Simpson wrote: Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. snip / Before I get asked for it, here's the sessionInfo() - apologies

Re: [R] How to remove similar successive objects from a vector?

2006-08-16 Thread Gavin Simpson
G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC

Re: [R] How to remove similar successive objects from a vector?

2006-08-16 Thread Gavin Simpson
@stat.math.ethz.ch 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, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin

Re: [R] Correspondence analysis with R

2006-07-21 Thread Gavin Simpson
.: http://www.stats.bris.ac.uk/R/src/contrib/Views/Environmetrics.html HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin

Re: [R] Correspondence analysis with R -follow up

2006-07-21 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department

Re: [R] Progress in a loop

2006-07-19 Thread Gavin Simpson
(paste(k,date(),sep= : )) If this isn't the solution, post a reply containing information about your R version, OS, and a reproducible example (simple code data as I did) to show us the problem. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson

Re: [R] Package for autocorrelation analysis?

2006-07-18 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/cv/ London, UK. WC1E 6BT. [w] http://www.ucl.ac.uk

[R] RSiteSearch() not in posting guide

2006-07-18 Thread Gavin Simpson
) with different keywords (type this at the R prompt) to search R functions, contributed packages and R-Help postings. See ?RSiteSearch for further options and to restrict searches. G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522

Re: [R] Question for LM intercept

2006-07-13 Thread Gavin Simpson
[, i, drop = FALSE]) ## return the coefficients sapply(mods, coef) HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] Misunderstanding with lines (or elsewhere)

2006-07-11 Thread Gavin Simpson
image(x=x0, y=y0, z=m) abline(h = 0.25) } HTH, G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk

Re: [R] Question on partial effect

2006-07-11 Thread Gavin Simpson
that for the 1st residual it is 3.849 ft (the distances are measured in feet, see ?cars) Does this help? G 2006/7/12, Gavin Simpson [EMAIL PROTECTED]: On Tue, 2006-07-11 at 23:51 +0800, Guo Wei-Wei wrote: Dear all, I don't know what's my question is called. I have a performance variable

Re: [R] A possible too old question on significant test of correlation matrix

2006-07-10 Thread Gavin Simpson
2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower

Re: [R] A possible too old question on significant test of correlation matrix

2006-07-10 Thread Gavin Simpson
is, hypoth, \n\n)) print.default(xx, quote = quote, ...) invisible(x) } -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e

Re: [R] pvclust missing values problem

2006-07-10 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/cv/ London, UK. WC1E 6BT. [w] http

Re: [R] A possible too old question on significant test of correlation matrix

2006-07-10 Thread Gavin Simpson
On Mon, 2006-07-10 at 12:48 +0100, Gavin Simpson wrote: On Mon, 2006-07-10 at 16:22 +0800, Guo Wei-Wei wrote: Hi, Gavin, your program is excellent. Thank you very much! And I have two further questions. 1. Since it is very possible that the data contains missing value

Re: [R] How to change the type of segments ends?

2006-07-07 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk

Re: [R] attach and detach question

2006-07-07 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC ENSIS, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/cv

Re: [R] Plylogenetic analysis

2006-06-26 Thread Gavin Simpson
On Mon, 2006-06-26 at 10:59 -0300, Erica Baron wrote: Dear coleges, How to use the genotype from microsatelite markers from many different populations to construct a tridimensional phylogenetic tree with R? Any suggestions? Thank you very much! Baron, Erica Hi Erica, I know nothing about

Re: [R] $

2006-06-20 Thread Gavin Simpson
On Tue, 2006-06-20 at 12:03 -0500, Davis, Jacob B. wrote: Thanks for humbling yourself to my level and not answering my question. If object is user defined is: object$df.residual the same thing as df.residual(object) Hi, In this case, yes they are the same, but don't think that if you

Re: [R] problem with legend on other graphics devices

2006-06-17 Thread Gavin Simpson
On Fri, 2006-06-16 at 19:42 +0100, Gavin Simpson wrote: Hi, I have a bit of a problem with a legend in png, eps and pdf plots produced from a custom plotting function. I was writing a little function to produce some stock plots for a routine analysis conducted in our lab. I have a wrapper

[R] problem with legend on other graphics devices

2006-06-16 Thread Gavin Simpson
, pointsize = pointsize) plot(object, ...) invisible(dev.off()) } } -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin

Re: [R] how to make a series with decimal increment

2006-06-14 Thread Gavin Simpson
Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower

Re: [R] NA values

2006-06-12 Thread Gavin Simpson
new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e

Re: [R] Building packages in R - 'private' functions

2006-06-07 Thread Gavin Simpson
On Wed, 2006-06-07 at 01:14 -0400, Dan Rabosky wrote: Hello. I am creating an R package that I'd like to submit to CRAN (OS Windows XP). How do I distinguish among 'public' functions, e.g., those that are intended to be called by users of the package and for which I am providing

Re: [R] Merging files function

2006-06-01 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street [w] http://www.ucl.ac.uk/~ucfagls/cv

Re: [R] merging

2006-05-31 Thread Gavin Simpson
On Tue, 2006-05-30 at 15:09 -0500, Sundar Dorai-Raj wrote: Gavin Simpson wrote: Dear List, snip / Will this help: rbind.all - function(...) { x - list(...) cn - unique(unlist(lapply(x, colnames))) for(i in seq(along = x)) { if(any(m - !cn %in% colnames(x[[i

[R] merging

2006-05-30 Thread Gavin Simpson
(2006-05-03 r37978) -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL

Re: [R] Wavelet Functions

2006-05-25 Thread Gavin Simpson
) ## or restrict to functions only RSiteSearch(wavelet, restrict = functions) HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC

Re: [R] Vertical Line on Plot

2006-05-25 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street [w] http://www.ucl.ac.uk/~ucfagls/cv/ London, UK

Re: [R] intervals from cut() as numerics?

2006-05-22 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e

[R] intervals from cut() as numerics?

2006-05-20 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL

Re: [R] How can you buy R?

2006-05-20 Thread Gavin Simpson
://www.R-project.org/posting-guide.html -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0

Re: [R] intervals from cut() as numerics?

2006-05-20 Thread Gavin Simpson
On Sat, 2006-05-20 at 17:39 +0800, Berwin A Turlach wrote: G'day Gavin, GS == Gavin Simpson [EMAIL PROTECTED] writes: GS The problem is getting the range/interval for each group from GS (4,4.3], so I can automate this. Most likely there is an easier way, but this seems to work

Re: [R] finding centroids of clusters created with hclust

2006-05-10 Thread Gavin Simpson
-guide.html -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department

Re: [R] par(mfror=c(1,2))

2006-04-28 Thread Gavin Simpson
) par(opar) dev.off() HTH, G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t

[R] Running R on Windows 2000 Terminal Services

2006-04-25 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building

Re: [R] Running R on Windows 2000 Terminal Services

2006-04-25 Thread Gavin Simpson
On Tue, 2006-04-25 at 17:32 +0100, Barry Rowlingson wrote: Gavin Simpson wrote: Dear list, My employer uses a Windows 2000 Terminal Server-based system for its college-wide managed computer service - computers connect directly to the WTS servers for their sessions, using a Citrix ICA

Re: [R] www.r-project.org

2006-04-25 Thread Gavin Simpson
to flood users with too many options up front. G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS

Re: [R] Problem with data frame

2006-04-24 Thread Gavin Simpson
* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street [w] http://www.ucl.ac.uk/~ucfagls/cv/ London, UK

Re: [R] message posting

2006-04-21 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC ENSIS [t] +44 (0)20 7679 0522 UCL Department

Re: [R] R-squared for MARS models

2006-04-20 Thread Gavin Simpson
$r.squared HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC

Re: [R] multiple return values

2006-03-20 Thread Gavin Simpson
= m, range = ran)) } foo(100) bar - foo(100) bar HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E

Re: [R] GAM using R tutorials?

2006-03-16 Thread Gavin Simpson
of it. And for the record, wherever possible I do try to reply constructively - if I didn't have an answer to your question I would not have replied to the list - but I did, and it was on the documentation provided... G On 3/15/06, Gavin Simpson [EMAIL PROTECTED] wrote: http://bugzilla.gnome.org/show_bug.cgi?id

Re: [R] GAM using R tutorials?

2006-03-15 Thread Gavin Simpson
yourself started. But if you'd done the search yourself, you wouldn't have had to wait for someone on the list to do it for you. Finally - Please read the posting guide - it is there for a reason. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson

Re: [R] is there a formatted output in R?

2006-03-11 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way

Re: [R] Linux editor like WinEdt?

2006-03-10 Thread Gavin Simpson
click build tools in Kile are very useful and easily customisable. G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E

Re: [R] what is the function in R for MARS and PRIM?

2006-03-10 Thread Gavin Simpson
that this method currently isn't available in R. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E

Re: [R] function gdist, dist and vegdist in mvpart

2006-03-08 Thread Gavin Simpson
You're welcome, hope this helps. Gav -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk

Re: [R] Prediction method for lowess,loess,lokerns,lpepa,ksmooth

2006-02-07 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way

Re: [R] symbol() function in 3d

2006-02-07 Thread Gavin Simpson
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk UCL Department of Geography [W] http

Re: [R] Timeliness of precompiled binaries--R-2.2.1 still not available as RPM

2006-01-30 Thread Gavin Simpson
and FC3/4 i386 and x86_64 directories I could be bothered to look at on the UK Bristol mirror for example. G Regards, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson

Re: [R] Timeliness of precompiled binaries--R-2.2.1 still not available as RPM

2006-01-30 Thread Gavin Simpson
On Mon, 2006-01-30 at 18:53 +0100, Peter Dalgaard wrote: Gavin Simpson [EMAIL PROTECTED] writes: snip ...Mores the point, though, which CRAN mirror were you looking at? R 2.2.1 was in all the EL3/4 and FC3/4 i386 and x86_64 directories I could be bothered to look at on the UK Bristol mirror

Re: [R] Timeliness of precompiled binaries--R-2.2.1 still notavailable as RPM

2006-01-30 Thread Gavin Simpson
Waichler Pacific Northwest National Laboratory scott.waichler _at_ pnl.gov -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. ECRC

<    1   2   3   4   >