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, ...)
Arguments
- 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.
Value
The log-likelihood of the model represented by
object
evaluated at the estimated parameters.
Examples
data(heaviness)
btl1 <- eba(heaviness[, , order=1])
logLik(btl1)
#> 'log Lik.' -17.34098 (df=4)
AIC(btl1)
#> [1] 42.68197
BIC(btl1)
#> [1] 43.89231