tree {REEMtree} | R Documentation |
Returns the fitted rpart
object associated with a REEMtree
object.
tree(object,...)
object |
an object of class REEMtree |
... |
further arguments passed to or from other methods |
the fitted regression tree associated with the REEMtree
object
Rebecca Sela rsela@stern.nyu.edu
Sela, Rebecca J., and Simonoff, Jeffrey S., “RE-EM Trees: A New Data Mining Approach for Longitudinal Data”.
data(simpleREEMdata) REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID, simpleREEMdata$ID, Verbose=TRUE) tree.REEMtree(REEMresult)