logLik.CountsEPPM | R Documentation |
This function is generic and enables the use of functions related to the model fitting involved with lm
and glm
objects such as AIC
.
## S3 method for class 'CountsEPPM'
logLik(object, ...)
object |
The object output from |
... |
currently not used. |
David M. Smith <dmccsmith@verizon.net>
## Not run:
output.fn <- CountsEPPM(mean.obs ~1, Luningetal.all,
model.type,model, initial, ltvalue = 4, utvalue = 11,
optimization.method = "nlm")
logLik.CountsEPPM(object=output.fn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.