logLik.cmp: Extract the (Maximized) Log-Likelihood from a COM-Poisson...

View source: R/summarize_extract.R

logLik.cmpR Documentation

Extract the (Maximized) Log-Likelihood from a COM-Poisson Model Fit

Description

An accessor function used to extract the (maximized) log-likelihood from a 'cmp' object.

Usage

## S3 method for class 'cmp'
logLik(object, ...)

## S3 method for class 'logLik.cmp'
print(x, ...)

Arguments

object

an object of class 'cmp' object, obtained from a call to glm.cmp

...

other arguments passed to or from other methods (currently unused).

x

an object of class 'logLik.cmp', obtained from a call to logLik.cmp.

See Also

coef.cmp, fitted.cmp, glm.cmp


thomas-fung/mpcmp documentation built on June 13, 2022, 6:20 p.m.