[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
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
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
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
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 =
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
> > ?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
> ?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.
[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
[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
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
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
12 matches
Mail list logo