logLik.BranchGLM {BranchGLM} | R Documentation |
Extract Log-Likelihood
## S3 method for class 'BranchGLM'
logLik(object, ...)
object |
a |
... |
further arguments passed to or from other methods. |
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).