Re: [Rd] acf inherits problem

2003-06-18 Thread Prof Brian Ripley
It's not the same problem as was fixed for 1.7.0, which was namespace-related. It's clearer if you do z <- as.ts(matrix(rnorm(100), , 1)) class(z) pacf(z) The problem is that you have an n x 1 matrix as a time series. That _is_ somewhat silly, and avoiding that avoids the problem (and it does n

Re: [Rd] acf inherits problem

2003-06-18 Thread Ross Ihaka
Paul Gilbert wrote: I think this is a bug, but perhap someone could confirm that it is not just me doing something stupid. (I vaguely recall something like this previously getting fixed in 1.7.0.) R : Copyright 2003, The R Development Core Team Version 1.7.1 (2003-06-16) z <-matrix(rnorm(100), 1

[Rd] acf inherits problem

2003-06-18 Thread Paul Gilbert
I think this is a bug, but perhap someone could confirm that it is not just me doing something stupid. (I vaguely recall something like this previously getting fixed in 1.7.0.) R : Copyright 2003, The R Development Core Team Version 1.7.1 (2003-06-16) > z <-matrix(rnorm(100), 100,1) > acf(as.t

Re: [Rd] update.default bugfix (PR#3288)

2003-06-18 Thread Tom Minka
Thanks, that clears things up. I will use the make.form trick from now on. Tom __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Re: Troubles compiling on Cygwin

2003-06-18 Thread Duncan Murdoch
Cygwin is not a supported platform. You should use MinGW when compiling for Windows. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] update.default bugfix (PR#3288)

2003-06-18 Thread Prof Brian Ripley
Are you *sure* this is a bug, and not just how you would like it to be to help with a misconception? I can't see anything (including ?formula) which says that the formula environment should be used, and I can think of quite a few situations which this would break. The idea of update.default is th

[Rd] update.default bugfix (PR#3288)

2003-06-18 Thread minka
According to the man page for formula, "a formula object has an associated environment". However, update.default doesn't use this environment, which creates problems like the following: make.model <- function(x) { lm(medv~.,x) } library(MASS) data(Boston) fit = make.model(Boston) fit =

Re: [Rd] Re: [R] suggestion for make.names

2003-06-18 Thread Tom Minka
Peter Dalgaard BSA writes: > It is not only non-trivial, but there is also a risk of running into > logical inconsistencies in some applications of model formulas. E.g. > in nls() and friends, the RHS is an arbitrary R expression and it > might involve true character strings -- think > > y~lsoda(s

Re: [Rd] Private: Problem with tapply/lapply and sample (PR#3286)

2003-06-18 Thread Peter Dalgaard BSA
[EMAIL PROTECTED] writes: > I marked the bug report Private, as I don't want my email address on the web > server. That doesn't actually work. There used to be a checkbox for it but it was removed a while ago. I see I forgot to remove the text that explained how it worked (or didn't work: genera

Re: [Rd] Private: Problem with tapply/lapply and sample (PR#3286)

2003-06-18 Thread Prof Brian Ripley
You have already broadcast your address, and it is not reasonable to expect help anonymously. In this case, the bug is in your reading of the help page for sample, quite possibly because you didn't read it. Perhaps this might help your comprehension: mysample <- function(x,...) { print(x)

[Rd] Private: Problem with tapply/lapply and sample (PR#3286)

2003-06-18 Thread peter . gedeck
Full_Name: Peter Gedeck Version: R1.6.2 and R1.7.0 OS: Windows XP Submission from: (NULL) (194.191.169.72) Hello, I marked the bug report Private, as I don't want my email address on the web server. The problem that I found is best explained using an example. index <- 1:6 cluster <- c(1,1,1,2,2

Re: [Rd] RGui Startup Error on Win2000 (PR#3084)

2003-06-18 Thread Jeff Gentry
On Wed, 18 Jun 2003, Girish Zambre wrote: > BTW, a real stupid question : is there a line command that can change the > file directory ( unix analogue would be "cd") in Rgui.exe ? I change > directories using the item under the "File" menu right now, but that's a > real pain. A while back I whip

Re: [Rd] RGui Startup Error on Win2000 (PR#3084)

2003-06-18 Thread Uwe Ligges
Girish Zambre wrote: Joaquin, In case you don't already know, this problem that you and I had in R-1.7.0 with tseries does not occur in R-1.7.1 . BTW, a real stupid question : is there a line command that can change the file directory ( unix analogue would be "cd") in Rgui.exe ? I change direc

Re: [Rd] RGui Startup Error on Win2000 (PR#3084)

2003-06-18 Thread Girish Zambre
Joaquin, In case you don't already know, this problem that you and I had in R-1.7.0 with tseries does not occur in R-1.7.1 . BTW, a real stupid question : is there a line command that can change the file directory ( unix analogue would be "cd") in Rgui.exe ? I change directories using the item

Re: [Rd] Re: rw1071 - cut and paste bug (PR#3285)

2003-06-18 Thread Prof Brian D Ripley
This looks like the explanation of PR#2798, which never mentioned using the toolbar buttons and so was not reproducible. On Wed, 18 Jun 2003, Prof Brian D Ripley wrote: > It's `over-zealous removal' of show(RConsole), in menucopy, menupaste, > menucopypaste. (Also menukill.) > > I'll commit a fi

Re: [Rd] Re: rw1071 - cut and paste bug (PR#3285)

2003-06-18 Thread Prof Brian D Ripley
It's `over-zealous removal' of show(RConsole), in menucopy, menupaste, menucopypaste. (Also menukill.) I'll commit a fix to R-patched shortly. On Wed, 18 Jun 2003 [EMAIL PROTECTED] wrote: > On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message > <[EMAIL PROTECTED]>: > > >I have installed the bin

Re: [Rd] Re: rw1071 - cut and paste bug

2003-06-18 Thread Uwe Ligges
Duncan Murdoch wrote: On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message <[EMAIL PROTECTED]>: I have installed the binary of R-1.7.1 for Windows from CRAN. After using the Cut or Paste buttons the R Console window does not respond to keyboard input; the window can be reactivated by switching t

Re: [Rd] Re: rw1071 - cut and paste bug (PR#3285)

2003-06-18 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message <[EMAIL PROTECTED]>: I have installed the binary of R-1.7.1 for Windows from CRAN. After using the Cut or Paste buttons the R Console window does not respond to keyboard input; the window can be reactivated by switchin

[Rd] Re: rw1071 - cut and paste bug

2003-06-18 Thread Duncan Murdoch
On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message <[EMAIL PROTECTED]>: >I have installed the binary of R-1.7.1 for Windows from CRAN. After >using the Cut or Paste buttons the R Console window does not respond >to keyboard input; the window can be reactivated by switching to another >window an

[Rd] Re: rw1071 - cut and paste bug (PR#3285)

2003-06-18 Thread murdoch
On Wed, 18 Jun 03 09:39:42 EDT, you wrote in message <[EMAIL PROTECTED]>: >I have installed the binary of R-1.7.1 for Windows from CRAN. After >using the Cut or Paste buttons the R Console window does not respond >to keyboard input; the window can be reactivated by switching to another >window an