Displaying 1 result from an estimated 1 matches for "rpartpl".
Did you mean:
rpart
2013 Aug 12
2
Multiple return values / bug in rpart?
In the recommended package rpart (version 4.1-1), the file rpartpl.R
contains the following line:
return(x = x[!erase], y = y[!erase])
AFAIK, returning multiple values like this is not valid R. Is that
correct? I can't seem to make it work in my own code.
It doesn't appear that rpartpl.R is used anywhere, so this may have
never caused an issue. But it...