logLik.BranchGLM {BranchGLM} | R Documentation |
Extract Log-Likelihood from BranchGLM Objects
Description
Extracts log-likelihood from BranchGLM objects.
Usage
## S3 method for class 'BranchGLM'
logLik(object, ...)
Arguments
object |
a |
... |
further arguments passed to or from other methods. |
Value
An object of class logLik
which is a number corresponding to
the log-likelihood with the following attributes: "df" (degrees of freedom)
and "nobs" (number of observations).
[Package BranchGLM version 2.1.6 Index]