Learn R Programming

CountsEPPM (version 3.1)

summary.CountsEPPM: 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 CountsEPPM
summary(object, ...)

Arguments

object

The object output from CountsEPPM. This list includes a vector vnmax of the maximums of the grouped count vectors in list.counts. The vector vnmax can be changed before calling this function in order to give more complete probability vectors i.e. closer to a total of 1.

...

currently not used.

Author

David M. Smith <dmccsmith@verizon.net>

Examples

Run this code
if (FALSE) {
output.fn <- CountsEPPM(mean.obs ~ 1, Luningetal.all, model.type,
 model,initial, ltvalue = 4, utvalue = 11, optimization.method =  "nlm")
summary(object=output.fn)
}

Run the code above in your browser using DataLab