Re: [Rd] (PR#3658)

2003-08-04 Thread Thomas Lumley
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./

[Rd] (PR#3658)

2003-08-04 Thread Mark . Bravington
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

Re: [Rd] unexpected behaviour in lm() (PR#3657)

2003-08-04 Thread Thomas Lumley
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

Re: [Rd] unexpected behaviour in lm() (PR#3657)

2003-08-04 Thread Peter Dalgaard BSA
[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

[Rd] unexpected behaviour in lm() (PR#3657)

2003-08-04 Thread ottk
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(

Re: [Rd] Mac OS 10 (not X11) failure to rotate symbols (PR#3602)

2003-08-04 Thread Stefano Iacus
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,

[Rd] make install-aqua

2003-08-04 Thread Stefano Iacus
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

Re: [Rd] namespace magic

2003-08-04 Thread Prof Brian Ripley
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

Re: [Rd] R package {genetics} function summary.genotype -- H and(PR#3652)

2003-08-04 Thread ligges
[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