ranef.REEMtree {REEMtree} | R Documentation |
This function extracts the estimated random effects from a fitted RE-EM tree.
ranef.REEMtree(object,...)
object |
an object of class REEMtree |
... |
further arguments passed to or from other methods |
a vector containing the estimated random effects
Rebecca Sela rsela@stern.nyu.edu
Sela, Rebecca J., and Simonoff, Jeffrey S., “RE-EM Trees: A New Data Mining Approach for Longitudinal Data”.
ranef.nlme
, link{REEMtree.object}
data(simpleREEMdata) REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID, simpleREEMdata$ID) ranef(REEMresult)