Re: [Rd] "Unfelicity" :-) with edit()

2006-05-08 Thread Duncan Murdoch
On 5/8/2006 9:03 PM, François Pinard wrote: > Hi, people. This is about R 2.3.0 under Linux. > > It seems that edit() may change a function environment. Here is > a transcript, more comments follow: > > ==> >> fix(f) > >> f >

[Rd] "Unfelicity" :-) with edit()

2006-05-08 Thread François Pinard
Hi, people. This is about R 2.3.0 under Linux. It seems that edit() may change a function environment. Here is a transcript, more comments follow: ==> > fix(f) > f function () { } > fix(f) Erreur dans edit(name, file, title,

[Rd] Efficient Merging of two huge sorted data frames?---Use merge()?

2006-05-08 Thread Charles Cheung
Hello all, A problem I encounter today is the speed which takes to sort two huge data frames... I wish to sort by (X,Y) Dataframe One consists of variables: X, Y, sequence, position having ~700 000 records another dataframe consists of X,Y, intensities having ~900 000 records Every (X,Y) pai

Re: [Rd] mean of complex vector (PR#8842)

2006-05-08 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: John Peters > Version: 2.3.0 > OS: Windows 2000, xp > Submission from: (NULL) (220.233.20.203) > > > In R2.3.0 on Windows 2000 and xp > > > mean(c(1i)) > [1] 0+2i > > mean(c(1i,1i)) > [1] 0+3i > > mean(c(1i,1i,1i)) > [1] 0+4i > > OK in R2.2.1 Yes. This c

[Rd] mean of complex vector (PR#8842)

2006-05-08 Thread john . peters
Full_Name: John Peters Version: 2.3.0 OS: Windows 2000, xp Submission from: (NULL) (220.233.20.203) In R2.3.0 on Windows 2000 and xp > mean(c(1i)) [1] 0+2i > mean(c(1i,1i)) [1] 0+3i > mean(c(1i,1i,1i)) [1] 0+4i OK in R2.2.1 __ R-devel@r-project.org m

Re: [Rd] Inconsistency in AIC values for glm with family poisson (PR#8841)

2006-05-08 Thread ripley
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1557463723-1147085467=:8118 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 8 May 2

Re: [Rd] Patch for r-intro to update xgobi to ggobi

2006-05-08 Thread Uwe Ligges
Uwe Ligges wrote: > hadley wickham wrote: > >> Patch attached. >> >> If this is acceptable, would someone please be able to check this in >> for me? > > > > Probably you do not wanted to post this to R-edev (where the attachment > has been stripped off anyway) In fact, I meant to write:

Re: [Rd] Patch for r-intro to update xgobi to ggobi

2006-05-08 Thread Uwe Ligges
hadley wickham wrote: > Patch attached. > > If this is acceptable, would someone please be able to check this in for > me? Probably you do not wanted to post this to R-edev (where the attachment has been stripped off anyway) Uwe Ligges > Thanks, > > Hadley > > > ---

[Rd] Patch for r-intro to update xgobi to ggobi

2006-05-08 Thread hadley wickham
Patch attached. If this is acceptable, would someone please be able to check this in for me? Thanks, Hadley __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Inconsistency in AIC values for glm with family poisson (PR#8840)

2006-05-08 Thread x . sole
Full_Name: Xavier Solé Version: 2.3.0 OS: Windows XP SP2 Submission from: (NULL) (213.151.99.160) #When computing AIC for one of the models shown in ?glm we get an inconsistent AIC value. We also get the same wrong value if we use "extractAIC" o "AIC" functions. example(glm) glm.D93 extractAIC

Re: [Rd] str() with attr(*, "names") is extremely slow for long vectors

2006-05-08 Thread Martin Maechler
> "HenrikB" == Henrik Bengtsson (max 7Mb) <[EMAIL PROTECTED]> > on Fri, 5 May 2006 11:58:19 -0700 writes: HenrikB> Hi, HenrikB> I noticed some time ago that, for instance, named vectors that are HenrikB> really makes str() really slow when displaying the names attribute.