logLik.bbl: Log likelihood for bbl object
Description
Compute log likelihood from a fitted bbl
object
Usage
# S3 method for bbl
logLik(object, ...)
Arguments
...
Other arguments to methods
Value
An object of class logLik
, the Log likelihood value
and the attribute "df" (degrees of freedom), the number of
parameters.
Details
This method uses inferred parameters from calls to bbl
and data to compute the log likelihood.