logLik.BranchGLM: Extract Log-Likelihood from BranchGLM Objects

View source: R/BranchGLM.R

logLik.BranchGLMR 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 BranchGLM object.

...

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).


BranchGLM documentation built on Sept. 11, 2024, 5:09 p.m.