logLik.eba: Log-Likelihood of an eba Object

Description Usage Arguments Value See Also Examples

View source: R/EBA_fast.R

Description

Returns the log-likelihood value of the (multi-attribute) probabilistic choice model represented by object evaluated at the estimated parameters.

Usage

1
2
## 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.

See Also

eba, logLik.lm, AIC.

Examples

1
2
3
4
5
data(heaviness)
btl1 <- eba(heaviness[, , order=1])
logLik(btl1)
AIC(btl1)
BIC(btl1)

eba documentation built on Jan. 13, 2021, 10:12 a.m.

Related to logLik.eba in eba...