Re: [Rd] setdiff for data frames

2007-12-10 Thread Prof Brian Ripley
On Mon, 10 Dec 2007, Charles C. Berry wrote: > On Mon, 10 Dec 2007, G. Jay Kerns wrote: > >> Hello, >> >> I have been interested in setdiff() for data frames that operates >> row-wise. I looked in the documentation, mailing lists, etc., and >> didn't find exactly the right thing. Given data fram

Re: [Rd] setdiff for data frames

2007-12-10 Thread Charles C. Berry
On Mon, 10 Dec 2007, G. Jay Kerns wrote: > Hello, > > I have been interested in setdiff() for data frames that operates > row-wise. I looked in the documentation, mailing lists, etc., and > didn't find exactly the right thing. Given data frames A, B with the > same columns, the goal is to extrac

[Rd] setdiff for data frames

2007-12-10 Thread G. Jay Kerns
Hello, I have been interested in setdiff() for data frames that operates row-wise. I looked in the documentation, mailing lists, etc., and didn't find exactly the right thing. Given data frames A, B with the same columns, the goal is to extract the rows that are in A, but not in B. Of course, o

[Rd] os x crash using rpanel and tcltk (PR#10495)

2007-12-10 Thread Aaron Robotham
-- Forwarded message -- From: Aaron Robotham <[EMAIL PROTECTED]> Date: 7 Dec 2007 14:30 Subject: Re: [Rd] os x crash using rpanel and tcltk (PR#10495) To: Simon Urbanek <[EMAIL PROTECTED]> Cc: Peter Dalgaard <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED] Here's the back

[Rd] problem using "by" with custom function?

2007-12-10 Thread thalarctos
Hi, I'm relatively new to R and R development, so please forgive me for any obvious errors. What I am trying to do is use the command dpik within the package KernSmooth to estimate bandwidth parameters for GPS telemetry data. I have been able to get this to work on a case by case basis without

[Rd] bug in by.data.frame, R-2.6.1 (PR#10506)

2007-12-10 Thread ligges
by() fails for 1-column matrices and dataframes: X <- data.frame(a=1:10) g <- gl(2,5) by(X, g, colMeans) Suggested fix: --- by-old.R2007-12-10 15:26:22.501086600 +0100 +++ by.R2007-12-10 15:25:58.390477200 +0100 @@ -26,7 +26,7 @@ IND[[1]] <- INDICES names(IND) <-

Re: [Rd] Package tseries Garch (PR#10504)

2007-12-10 Thread ripley
This is a known problem with a contributed package, so please contact the maintainer. It is not a bug in R, so not appropriate to R-bugs. The example works in Rterm: the problem is the use of Fortran I/O, which has never been supported for consoles and nowadays hangs in Rgui. This has been di

[Rd] Package tseries Garch (PR#10504)

2007-12-10 Thread babel
Full_Name: Jan Troger Version: R version 2.6.0 (2007-10-03) OS: Windows Submission from: (NULL) (158.193.95.57) Version of tseries is : 0.10-12 The example(garch) doesnt work This >>: n <- 1100 a <- c(0.1, 0.5, 0.2) # ARCH(2) coefficients e <- rnorm(n) x <- double(n) x[1:2] <- rnorm(2, sd = sqrt

Re: [Rd] buglet in curve?

2007-12-10 Thread Martin Maechler
> "BB" == Ben Bolker <[EMAIL PROTECTED]> > on Sat, 08 Dec 2007 23:12:06 -0500 writes: BB> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BB> Symptoms: curve with log x axis gets the wrong x BB> limits (in 2.6.1, I believe introduced in this version). BB> Credit goe