[Rd] feature request: multi-language support

2004-01-15 Thread Peter Kleiweg
Could it be possible for packages to have manuals in multiple languages? I'm not saying all manuals should be in multiple languages, but I think there should be a mechanism for package writers to add manuals in multiple languages, if they think it useful. -- Peter Kleiweg _

Re: [Rd] prcomp(scale=T) actually works correctly (PR#6433)

2004-01-15 Thread ryszard . czerminski
Well - I apologize - my mistake. R Prof Brian Ripley <[EMAIL PROTECTED]> 01/15/2004 10:06 AM To: Ryszard Czerminski/PH/[EMAIL PROTECTED] cc: [EMAIL PROTECTED], <[EMAIL PROTECTED]> Subject:Re: [Rd] prcomp(scale=T) actually works correctly (PR#6433)

Re: [Rd] prcomp scale error (PR#6433)

2004-01-15 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > prcomp(..., scale = TRUE) does not work correctly: > > $ uname -a > Linux 2.4.20-28.9bigmem #1 SMP Thu Dec 18 13:27:33 EST 2003 i686 i686 i386 > GNU/Linux > $ gcc --version > gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) > > > a <- matrix(rnorm(6), nrow = 3) > > su

Re: [Rd] prcomp(scale=T) actually works correctly (PR#6433)

2004-01-15 Thread Prof Brian Ripley
Why do you claim that your answer is the correct one? You have not scaled the data as documented: scale.: a logical value indicating whether the variables should be scaled to have unit variance before the analysis takes place. set.seed(123) a <- matrix(rnorm(6), nrow = 3) scale(a %*% sv

[Rd] prcomp scale error (PR#6433)

2004-01-15 Thread ryszard . czerminski
Full_Name: Ryszard Czerminski Version: 1.8.1 OS: GNU/Linux Submission from: (NULL) (205.181.102.120) prcomp(..., scale = TRUE) does not work correctly: $ uname -a Linux 2.4.20-28.9bigmem #1 SMP Thu Dec 18 13:27:33 EST 2003 i686 i686 i386 GNU/Linux $ gcc --version gcc (GCC) 3.2.2 20030222 (Red Ha

[Rd] Re: Deprecate La.eigen? -- correction

2004-01-15 Thread Prof Brian Ripley
On Thu, 15 Jan 2004, Prof Brian Ripley wrote: > I would like to deprecate La.eigen. It is used in a few packages > (ade4, fpc, gss, mvtnorm and smoothSurv on CRAN), but only in usages where > replacing `La.eigen' by `eigen' would call exactly the same code. > > The reason for wanting to depreca

[Rd] Deprecate La.eigen?

2004-01-15 Thread Prof Brian Ripley
I would like to deprecate La.eigen. It is used in a few packages (ade4, fpc, gss, mvtnorm and smoothSurv on CRAN), but only in usages where replacing `La.eigen' by `eigen' would call exactly the same code. The reason for wanting to deprecate it is that little-used interfaces tend to get overlook