Method to access the log-likelihood of the fitted blm or lexpit model.
Arguments
Methods
logLik
signature(object = "blm",...):
Extract log-likelihood. Returns object of logLik class.
logLik
signature(object = "lexpit",...):
Extract log-likelihood. Returns object of logLik class.
Details
The return object is of the logLik class. This method is registered with the stats4 package and can therefore be used with applicable methods like AIC and BIC.
Note that when weights are used in the model estimation, the logLik is a pseduo-log-likelihood.