On Tue, 5 Aug 2003 [EMAIL PROTECTED] wrote:
> The function 'getAnywhere' crashes if given a non-existent name containing a period:
>
> > getAnywhere( 'nomethod.noclassforme')
> Error in get(x, envir, mode, inherits) : variable "nomethod" was not found
>
Seems to already be fixed in r-devel./
The function 'getAnywhere' crashes if given a non-existent name containing a period:
> getAnywhere( 'nomethod.noclassforme')
Error in get(x, envir, mode, inherits) : variable "nomethod" was not found
However, 'getAnywhere' behaves gracefully if the non-existent name lacks a period:
> getAnywhere
On Mon, 4 Aug 2003 [EMAIL PROTECTED] wrote:
>
> > lm(c(1:10) ~ c(1:10))
>
> Call:
> lm(formula = c(1:10) ~ c(1:10))
>
> Coefficients:
> (Intercept)
> 5.5
It's a feature. Unfortunately it's not a well documented feature. A
variable on the right-hand side of the formula is removed if it ha
[EMAIL PROTECTED] writes:
> > lm(c(1:10) ~ c(1:10))
>
> Call:
> lm(formula = c(1:10) ~ c(1:10))
>
> Coefficients:
> (Intercept)
> 5.5
Unexpected: yes, bug: no.
Thing is that the lm logic removes the resonse from the set of
predictors. This is to support stuff like "y ~ .", I believ
Full_Name: karl-heinz ott
Version: 1.6
OS: wds
Submission from: (NULL) (165.89.84.90)
R : Copyright 2002, The R Development Core Team
Version 1.6.1 (2002-11-01)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license(
As pointed out by Brian,
this is documented. BTW, it works fine with R-1.7.1 and the quartz()
device and in the forthcoming version of R for MacOS X which is the
Darwin port of R with the Aqua GUI (again, as pointed out by Brian, the
old Carbon port is now freezed).
stefano
On Lunedì, ago 4,
Today's R-devel has a new target to the install proc.
Try
./configure --enable-R-shlib --with-blas='-framework vecLib'
--with-lapack
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh
--with-aqua
make
make install-aqua
On Thu, 31 Jul 2003, Roger Koenker wrote:
> I'm confused about name spaces. This morning I installed the
> boot package because I wanted to look at bca.ci. So I did
> library(boot), but then I had,
>
> > bca.ci
> Error: Object "bca.ci" not found
>
> I had a look in the boot R directory and bca
[EMAIL PROTECTED] wrote:
> Greetings!
>
> I found a bug in the function summary.genotype (details below). Essentially
> it appears that the original code from David Duffy used af, allele
> frequency, as a proportion but in the genetics package af is allele
> frequency as a count.
>
> I tried to