logLik.BinaryEPPM | R Documentation |
This function is generic. It is a method for extracting the log-likelihood for objects of class "BinaryEPPM".
## S3 method for class 'BinaryEPPM'
logLik(object, ...)
object |
fitted model object of class "BinaryEPPM". |
... |
some methods for this generic function require additional arguments |
logLik is most commonly used for a model fitted by maximum likelihood as is done here.
The log likelihood value for the fitted model object.
David M. Smith <dmccsmith@verizon.net>
betareg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.