summary.CountsEPPM: Method for CountsEPPM object

Description Usage Arguments Author(s) Examples

View source: R/summary.CountsEPPM.R

Description

This function is generic and is for printing out a summary of the results of fitting EPPM models to count data.

Usage

1
2
## S3 method for class '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(s)

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

Examples

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

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