Re: [Rd] bug in prcomp (PR#8994)

2006-06-16 Thread ripley
The default method for prcomp does not have an na.action argument: Usage: prcomp(x, ...) ## S3 method for class 'formula': prcomp(formula, data = NULL, subset, na.action, ...) ## Default S3 method: prcomp(x, retx = TRUE, center = TRUE, scale. = FALSE, tol = NULL, .

Re: [Rd] bug in prcomp (PR#8994)

2006-06-16 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > The following seems to be an bug in prcomp(): ... > > prcomp(test, scale.=TRUE, na.action=na.omit) > Erro en svd(x, nu = 0) : infinite or missing values in 'x' > > prcomp(na.omit(test), scale.=TRUE, na.action=na.omit) Nope. We've been here before: The _formula_method

[Rd] bug in prcomp (PR#8994)

2006-06-16 Thread KjetilBrinchmannHalvorsen
The following seems to be an bug in prcomp(): > test <- ts( matrix( c(NA, 2:5, NA, 7:10), 5, 2)) > test Time Series: Start = 1 End = 5 Frequency = 1 Series 1 Series 2 1 NA NA 227 338 449 55 10 > prcomp(test, scale.=TRU

Re: [Rd] cat, print and documentation disagree (PR#8992)

2006-06-16 Thread pdbailey
The tone of your email makes it look like you think the exact output of cat and print in these instances is irrelevant and not worth thinking about and that the documentation is `close enough,' or up to the (perhaps implied) R documentation standard. This is a reasonable stance. If you hold it, ple

Re: [Rd] cat, print and documentation disagree (PR#8988)

2006-06-16 Thread ripley
On Thu, 15 Jun 2006, [EMAIL PROTECTED] wrote: > Full_Name: Paul Bailey > Version: 2.3.1 > OS: OS X (10.4.6) > Submission from: (NULL) (128.135.133.123) > > > according to cat's help file, "'cat' converts numeric/complex vectors in > the same way as 'print' (and not in the same way as 'as.characte

[Rd] 3 Bugs in R (with R.crash.log) under OSX 10.4.6

2006-06-16 Thread Nomis101
Hi, i'm a biologie-student and nedd R for Analyzing my datas. But i have 3 bis Problems with R. I run R 2.3.1 on a G4 PPC with OSX 10.4.6 and Quicktime 7.1.1. First Problem: Open Windows (R-Skript ausführen, Arbeitsverzeichnis wechseln...) doesn't close after opening. Second Problem: If i make

Re: [Rd] Bug in nortest cvm.test package (PR#8980)

2006-06-16 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > I believe there to be a bug in the cvm.test module of the nortest > package authored by Juergen Gross. I do not know how to contact the > author directly. What about typing library(help=nortest) It reveals the address at once. Please send the report to the package

Re: [Rd] Package naming best practices

2006-06-16 Thread hadley wickham
Hi Jeff, I'd recommend you name it something you can google easily (ie. that there are few (or no) hits currently from google). That way it's really easy to tell people how to find the package/your webpage. Hadley On 6/15/06, Jeff Enos <[EMAIL PROTECTED]> wrote: > R-devel, > > I'm in the proces