Learn R Programming

REEMtree (version 0.90.5)

tree: Extract the regression tree associated with a RE-EM tree

Description

Returns the fitted rpart object associated with a REEMtree object.

Usage

tree(object,...)

Value

the fitted regression tree associated with the REEMtree object

Arguments

object

an object of class REEMtree

...

further arguments passed to or from other methods

Author

Rebecca Sela rsela@stern.nyu.edu

References

Sela, Rebecca J., and Simonoff, Jeffrey S., “RE-EM Trees: A Data Mining Approach for Longitudinal and Clustered Data”, Machine Learning (2011).

See Also

rpart.object, REEMtree.object

Examples

Run this code
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