Re: [Rd] Cannot choose language for installing (PR#7971)

2005-06-26 Thread ligges
[EMAIL PROTECTED] wrote: > Full_Name: Jiancang Zhuang > Version: R 2.1.1 > OS: windows xp > Submission from: (NULL) (133.58.102.66) > > > I tried to install R.2.1.1 into my windows xp system. The system is Japanese > version. But I set the unicode fonts to be Chinese to for some important > prog

[Rd] Unused argument "na.action" to pairs.formula

2005-06-26 Thread Tim.Keighley
Hi, I believe that the argument "na.action" is not used in the function pairs.formula (graphics). I am using R 2.1.1 for Windows, downloaded from CRAN. This is the body of the function as it is now: function (formula, data = NULL, ..., subset, na.action = stats::na.pass) { m <- match.call(e

[Rd] Cannot choose language for installing (PR#7971)

2005-06-26 Thread zhuangjc
Full_Name: Jiancang Zhuang Version: R 2.1.1 OS: windows xp Submission from: (NULL) (133.58.102.66) I tried to install R.2.1.1 into my windows xp system. The system is Japanese version. But I set the unicode fonts to be Chinese to for some important programme. No matter how I choose the language d

[Rd] R mailing list archive: alternative interface

2005-06-26 Thread hadley wickham
For a programming competition (http://railsday.com) I recently entered, I created a web-application to nicely display mail archives. I've loaded up a couple of months worth of r-devel mail and made it available here: http://listomagic.had.co.nz/ The big advantages over the currrent mailman archiv

[Rd] Possible bug in summary of residuals with lm and weights

2005-06-26 Thread Frank E Harrell Jr
I'm not sure if this is intentional. summary.lm stores weighted residuals whereas I think most users will want print.summary.lm to summarize unweighted ones as if saying summary(resid(fit)). > set.seed(1) > dat <- data.frame(y = rnorm(15), x = rnorm(15), w = 1:15) > f <- lm(y ~ x, weights =

Re: [Rd] a hack regarding "No documentation ...."

2005-06-26 Thread Gabor Grothendieck
On 6/26/05, Mike R <[EMAIL PROTECTED]> wrote: > > ?somecharacters > No documentation for 'somecharacters' in specified packages and libraries: > you could try 'help.search("somecharacters")' > > > > I'm looking for some advice. I'd like to hack my source code > in such a way that the empty prompt

Re: [Rd] a hack regarding "No documentation ...."

2005-06-26 Thread Mike R
> > ?somecharacters > No documentation for 'somecharacters' in specified packages and libraries: > you could try 'help.search("somecharacters")' > > > > I'm looking for some advice. I'd like to hack my source code > in such a way that the empty prompt line above is "pre-filled" > with the suggest

[Rd] a hack regarding "No documentation ...."

2005-06-26 Thread Mike R
> ?somecharacters No documentation for 'somecharacters' in specified packages and libraries: you could try 'help.search("somecharacters")' > I'm looking for some advice. I'd like to hack my source code in such a way that the empty prompt line above is "pre-filled" with the suggested command.

Re: [Rd] Objects and regex (PR#7970)

2005-06-26 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Rafal Kustra > Version: 2.1.0 > OS: Linux > Submission from: (NULL) (64.229.198.89) > > > objects(pattern="^genes?$") returns "generateSigma" among other legal things. Not on my 2.1.1: > generateSigma <-1 > objects(pattern="^genes?$") character(0) > objec

Re: [Rd] Objects and regex (PR#7970)

2005-06-26 Thread murdoch
[EMAIL PROTECTED] wrote: > Full_Name: Rafal Kustra > Version: 2.1.0 > OS: Linux > Submission from: (NULL) (64.229.198.89) > > > objects(pattern="^genes?$") returns "generateSigma" among other legal things. Not for me in Windows. (And 2.1.0 isn't the current release any more...) Duncan Murdoch

[Rd] Objects and regex (PR#7970)

2005-06-26 Thread rafalku
Full_Name: Rafal Kustra Version: 2.1.0 OS: Linux Submission from: (NULL) (64.229.198.89) objects(pattern="^genes?$") returns "generateSigma" among other legal things. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Factor correlations in factanal

2005-06-26 Thread John Fox
Dear R-devel list members, Ben Fairbank draw it to my attention that factanal() (in the stats package) doesn't report factor correlations for oblique rotations. Looking at the source, I see that factanal also doesn't save the factor-transformation (rotation) matrix from which these correlations ca