REEMtree (version 0.90.3)

is: Is a RE-EM tree object

Description

This function tests whether an object is of the REEMtree class.

Usage

is.REEMtree(object)

Arguments

object
any R object

Value

TRUE if the object is of the REEMtree type

References

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

Examples

Run this code
data(simpleREEMdata)
REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID)
is.REEMtree(REEMresult)

Run the code above in your browser using DataLab