[R] all.equal: subscript out of bounds

Sam Steingold sds at gnu.org
Tue Feb 15 17:40:35 CET 2011


When I do
> all(all$X.Time == all$Y.Time);
[1] TRUE
as expected, but
> all.equal(all$X.Time,all$Y.Time);
Error in target[[i]] : subscript out of bounds

why?

thanks!
-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://mideasttruth.com http://honestreporting.com http://dhimmi.com
http://jihadwatch.org http://pmw.org.il http://ffii.org
The dark past once was the bright future.



More information about the R-help mailing list