Wacek Kusnierczyk wrote: > > on the side, this fails as well (guess why), though some might expect it > should work fine: > > x[[c('some', 1)]] > # expected an integer, but subscript out of bounds reported > >
expected a double, not an integer, of course, since the value comes from runif. vQ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.