On Tue, 30 Apr 2013, Paul Johnson wrote:
Greetings to r-help land.
I've run into some program crashes and I've traced them back to
methods() behavior after the package gdata is loaded. I provide now a
minimal re-producible example. This seems bugish to me. How about you?
dat <- data.frame(
Greetings to r-help land.
I've run into some program crashes and I've traced them back to methods()
behavior
after the package gdata is loaded. I provide now a minimal re-producible
example. This seems bugish to me. How about you?
dat <- data.frame(x = rnorm(100), y = rnorm(100))
lm1 <- lm(y ~ x
2 matches
Mail list logo