logLik.bbl {bbl} | R Documentation |
Compute log likelihood from a fitted bbl
object
## S3 method for class 'bbl'
logLik(object, ...)
object |
Object of class |
... |
Other arguments to methods |
This method uses inferred parameters from calls to bbl
and data to compute the log likelihood.
An object of class logLik
, the Log likelihood value
and the attribute "df" (degrees of freedom), the number of
parameters.