print {REEMtree} | R Documentation |
This function prints a description of a fitted RE-EM tree object.
print.REEMtree(x,...)
x |
fitted model of class REEMtree |
... |
further arguments passed to or from other methods |
This function is a method for the generic function print for class REEMtree
. It can be invoked by calling print for an object of class REEMtree
, or by calling print.REEMtree
directly for an object of the corresponding type.
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) print(REEMresult)