Alan Cohen wrote:
Hello,
I've been using a pre-release version of R v 2.8.0 for Windows for the last
couple months. I think that there have been consistent problems with
subsetting data sets, but I had usually been able to find work-arounds or was
unable to confirm this as a bug. I think no
I just tried:
set.seed(42)
c <- data.frame(month=sample(1:12,50,TRUE),blah=sample(letters[1:4],
50,TRUE))
c[c$month==11,]
and got
month blah
1 11b
2111a
2811b
3011a
3911a
4711b
All appears to be in harmony. So there would appear to be somet
Does it not work in the official release of R 2.8.0?
On Mon, Dec 1, 2008 at 5:32 PM, Alan Cohen <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've been using a pre-release version of R v 2.8.0 for Windows for the last
> couple months. I think that there have been consistent problems with
> subsetting
Hello,
I've been using a pre-release version of R v 2.8.0 for Windows for the last
couple months. I think that there have been consistent problems with
subsetting data sets, but I had usually been able to find work-arounds or was
unable to confirm this as a bug. I think now I have, and would
4 matches
Mail list logo