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, .
[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
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
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
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
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
[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
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