REEMtree (version 0.90.4)

is: Is a RE-EM tree object

Description

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

Usage

# S3 method for REEMtree
is(object)

Value

TRUE if the object is of the REEMtree type

Arguments

object

any R object

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).

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