powered by
Returns the log-likelihood value of the (joint) multinomial processing tree model represented by object evaluated at the estimated parameters.
object
# S3 method for mpt logLik(object, …)
an object inheriting from class mpt, representing a fitted multinomial processing tree model.
mpt
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.
mpt, logLik.lm, AIC.
logLik.lm
AIC
# NOT RUN { mpt1 <- mpt(mptspec("SR2"), c(243, 64, 58, 55)) # from Riefer et al. (2002) logLik(mpt1) AIC(mpt1) BIC(mpt1) deviance(mpt1) nobs(mpt1) # }
Run the code above in your browser using DataLab