Re: [Rd] strange error with rw2010dev

2005-04-11 Thread Peter Dalgaard
Martin Maechler <[EMAIL PROTECTED]> writes: > > "Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]> > > on Sun, 10 Apr 2005 14:00:52 -0400 writes: > > Kjetil> The error reported below still occurs in todays > Kjetil> (2005-04-08) rw2010beta, should I file a formal bug

Re: [Rd] strange error with rw2010dev

2005-04-11 Thread Martin Maechler
> "PD" == Peter Dalgaard <[EMAIL PROTECTED]> > on 11 Apr 2005 09:46:11 +0200 writes: . MM> Thanks again for the report; this should be fixable MM> before release. PD> Preferably before code freeze! (today) PD> I think we (Thomas L.?) got it analysed once befor

Re: [Rd] strange error with rw2010dev

2005-04-11 Thread Peter Dalgaard
Martin Maechler <[EMAIL PROTECTED]> writes: > > "PD" == Peter Dalgaard <[EMAIL PROTECTED]> > > on 11 Apr 2005 09:46:11 +0200 writes: > > . > > MM> Thanks again for the report; this should be fixable > MM> before release. > > PD> Preferably before code freeze! (tod

Re: [Rd] strange error with rw2010dev

2005-04-11 Thread Prof Brian Ripley
On Mon, 11 Apr 2005, Martin Maechler wrote: "PD" == Peter Dalgaard <[EMAIL PROTECTED]> on 11 Apr 2005 09:46:11 +0200 writes: . MM> Thanks again for the report; this should be fixable MM> before release. PD> Preferably before code freeze! (today) PD> I think we (Thomas L.?) got

[Rd] cancor bug

2005-04-11 Thread Kjetil Brinchmann Halvorsen
I think the following is a bug in cancor. When one of the inputs are rank deficient, the output loses dimensions. Look at the following taken from example(cancor): > pop <- LifeCycleSavings[, 2:3] > oec <- LifeCycleSavings[, -(2:3)] > cancor(pop, oec) $cor [1] 0.8247966 0.3652762 $xcoef

[Rd] docu buglet

2005-04-11 Thread Kjetil Brinchmann Halvorsen
?oneway.test contains: |var.equal| a logical variable indicating whether to treat the variances in the samples as equal. If |TRUE|, then a simple F test for the equality of means in a one-way analysis of variance is preformed. If |FALSE|, an approximate method of Welch (1951) is used, which gen

Re: [Rd] docu buglet

2005-04-11 Thread Duncan Murdoch
Kjetil Brinchmann Halvorsen wrote: ?oneway.test contains: |var.equal| a logical variable indicating whether to treat the variances in the samples as equal. If |TRUE|, then a simple F test for the equality of means in a one-way analysis of variance is preformed. If |FALSE|, an approximate method

[Rd] exists("loadings.default") ...

2005-04-11 Thread Martin Maechler
Paul Gilbert asked me the following, about a topic that was dealt here (on R-devel) a few weeks ago (~ March 21): > "PaulG" == Paul Gilbert <[EMAIL PROTECTED]> > on Mon, 11 Apr 2005 10:35:03 -0400 writes: PaulG> Martin, a while ago you suggested: >> For S3, it's a bit uglier,