logLik {REEMtree} | R Documentation |
This returns the log-likelihood of the effects model of a RE-EM tree. This is the log-likelihood of the random effects model estimated in the RE-EM tree. (The regression tree is not associated with a log-likelihood.)
logLik.REEMtree(object,...)
object |
an object of class REEMtree |
... |
further arguments passed to or from other methods |
the log-likelihood of the fitted effects model associated with x
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) logLik(REEMresult)