powered by
Returns the fitted rpart object associated with a REEMtree object.
rpart
REEMtree
tree(object,...)
the fitted regression tree associated with the REEMtree object
an object of class REEMtree
further arguments passed to or from other methods
Rebecca Sela rsela@stern.nyu.edu
Sela, Rebecca J., and Simonoff, Jeffrey S., “RE-EM Trees: A Data Mining Approach for Longitudinal and Clustered Data”, Machine Learning (2011).
rpart.object, REEMtree.object
rpart.object
REEMtree.object
data(simpleREEMdata) REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID) tree.REEMtree(REEMresult) tree(REEMresult)
Run the code above in your browser using DataLab