Displaying 1 result from an estimated 1 matches for "724025".
Did you mean:
24025
2009 Feb 10
2
Bug in subsetting data frame (PR#13515)
Full_Name: Xin Lee
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (193.200.150.23)
Dear developer
I discover annoying bug in subsetting data frame. Here is reproducable
examples:
> data.frame <- data.frame(x = runif(5), y = runif(5), row.names =
c('a','b','c','d','e')
> subset <- data.frame['x']
> subset['a',]
work