| box_ind | R Documentation |
For each row of data, returns a vector indicators whether observation is in that box or not
box_ind(x, newdata)
x |
|
newdata |
dataframe containing the variables used for the recursive partitioning. |
Matrix where each row is a vector of indicators whether observation is in box or not.