logLik.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 |
... |
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
.
data(heaviness)
btl1 <- eba(heaviness[, , order=1])
logLik(btl1)
AIC(btl1)
BIC(btl1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.