logLik.CountsEPPM: Method for CountsEPPM object

Description Usage Arguments Author(s) Examples

Description

This function is generic and enables the use of functions related to the model fitting involved with lm and glm objects such as AIC.

Usage

1
2
## S3 method for class 'CountsEPPM'
logLik(object, ...)

Arguments

object

The object output from CountsEPPM.

...

currently not used.

Author(s)

David M. Smith <smithdm1@us.ibm.com>

Examples

1
2
3
4
5
6
7
## 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)

CountsEPPM documentation built on May 1, 2019, 10:25 p.m.