Learn R Programming

BinaryEPPM (version 3.0)

logLik.BinaryEPPM: Extract Log-Likelihood

Description

This function is generic. It is a method for extracting the log-likelihood for objects of class "BinaryEPPM".

Usage

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

Value

The log likelihood value for the fitted model object.

Arguments

object

fitted model object of class "BinaryEPPM".

...

some methods for this generic function require additional arguments

Author

David M. Smith <dmccsmith@verizon.net>

Details

logLik is most commonly used for a model fitted by maximum likelihood as is done here.

See Also

betareg