logLik.eba {eba} | R Documentation |
Log-Likelihood of an eba Object
Description
Returns the log-likelihood value of the (multi-attribute) probabilistic
choice model represented by object
evaluated at the estimated
parameters.
Usage
## S3 method for class 'eba'
logLik(object, ...)
Arguments
object |
an object inheriting from class |
... |
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.
See Also
Examples
data(heaviness)
btl1 <- eba(heaviness[, , order=1])
logLik(btl1)
AIC(btl1)
BIC(btl1)
[Package eba version 1.10-0 Index]