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
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
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
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
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
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
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 =
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
[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
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)
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
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
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
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
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
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
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
[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
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
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
20 matches
Mail list logo