powered by
Returns the log-likelihood value of the (multi-attribute) probabilistic choice model represented by object evaluated at the estimated parameters.
object
# S3 method for eba logLik(object, …)
an object inheriting from class eba, representing a fitted elimination-by-aspects model
eba
some methods for this generic require additional arguments; none are used in this method.
The log-likelihood of the model represented by object evaluated at the estimated parameters.
eba, logLik.lm, AIC.
logLik.lm
AIC
# NOT RUN { data(heaviness) btl1 <- eba(heaviness[, , order=1]) logLik(btl1) AIC(btl1) BIC(btl1) # }
Run the code above in your browser using DataLab