Learn R Programming

bbl (version 1.0.0)

logLik.bbl: Log likelihood for bbl object

Description

Compute log likelihood from a fitted bbl object

Usage

# S3 method for bbl
logLik(object, ...)

Arguments

object

Object of class bbl

...

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.