is {REEMtree} | R Documentation |
This function tests whether an object is of the REEMtree
class.
is.REEMtree(object)
object |
any R object |
TRUE
if the object is of the REEMtree
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) is.REEMtree(REEMresult)