summary.CountsEPPM {CountsEPPM} | R Documentation |
Method for CountsEPPM object
Description
This function is generic and is for printing out a summary of the results of fitting EPPM models to count data.
Usage
## S3 method for class 'CountsEPPM'
summary(object, ...)
Arguments
object |
The object output from |
... |
currently not used. |
Author(s)
David M. Smith <dmccsmith@verizon.net>
Examples
## Not run:
output.fn <- CountsEPPM(mean.obs ~ 1, Luningetal.all, model.type,
model,initial, ltvalue = 4, utvalue = 11, optimization.method = "nlm")
summary(object=output.fn)
## End(Not run)
[Package CountsEPPM version 3.1 Index]