search for: statistic0

Displaying 1 result from an estimated 1 matches for "statistic0".

Did you mean: statistics
2004 Aug 31
2
enter browser on error
...is: Error in as.double.default(sapply(lis, FUN)) : (list) object cannot be coerced to double In addition: There were 38 warnings (use warnings() to see them) > traceback() 8: as.double.default(sapply(lis, FUN)) 7: as.numeric(sapply(lis, FUN)) 6: numeric.sapply(function(x) { x at statistic0 }) On detection of the error, I would like browser() to be called at the level of numeric.sapply(), so that I can examine x. I'm wondering if this can be done by modifying the default error handling. Using try() with browser() didn't work. Thanks, David _____________________________ Da...