Displaying 1 result from an estimated 1 matches for "765052".
Did you mean:
761052
2013 Jan 03
6
Bounty on Error Checking
Dear R developers---I just spent half a day debugging an R program,
which had two bugs---I selected the wrongly named variable, which
turns out to have been a scalar, which then happily multiplied as if
it was a matrix; and another wrongly named variable from a data frame,
that triggered no error when used as a[["name"]] or a$name . there
should be an option to turn on that throws an