box_ind {rpms} | R Documentation |
box_ind
Description
For each row of data, returns a vector indicators whether observation is in that box or not
Usage
box_ind(x, newdata)
Arguments
x |
|
newdata |
dataframe containing the variables used for the recursive partitioning. |
Value
Matrix where each row is a vector of indicators whether observation is in box or not.
[Package rpms version 0.5.1 Index]