fitted.CountsEPPM {CountsEPPM}R Documentation

Extraction of fitted values from CountsEPPM Objects

Description

This function is generic. Extract the fitted values from models of class "BinaryEPMM".

Usage

## S3 method for class 'CountsEPPM'
fitted(object, ...)

Arguments

object

fitted model object of class "CountsEPPM".

...

currently not used.

Author(s)

David M. Smith <dmccsmith@verizon.net>

See Also

fitted

Examples

data("herons.group") 
output.fn  <- CountsEPPM(number.attempts ~ 0 + group,
 herons.group, model.type = 'mean only', model.name = 'Poisson')
cooks.distance(output.fn)
fitted(output.fn)

[Package CountsEPPM version 3.1 Index]