logLik.eba {eba} | R Documentation |
Returns the log-likelihood value of the (multi-attribute) probabilistic
choice model represented by object
evaluated at the
estimated parameters.
## S3 method for class 'eba': logLik(object, ...)
object |
an object inheriting from class eba , representing
a fitted elimination-by-aspects model. |
... |
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.
data(heaviness) btl1 <- eba(heaviness[,,"order1"]) logLik(btl1) AIC(btl1)