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, …)
Arguments
object
fitted model object of class "BinaryEPPM".
…
some methods for this generic function require additional arguments
Value
The log likelihood value for the fitted model object.
Details
logLik is most commonly used for a model fitted by maximum likelihood as is done here.