rpart.class {rpart} | R Documentation |
Set up for the class
method for an rpart
model.
rpart.class(y, offset, parms)
Returns a list consisting of y
, parms
, numresp
,
counts
, and ylevels
. rpart.class
is used
only by the function rpart
.