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