fitted.CountsEPPM: Extraction of fitted values from CountsEPPM Objects

fitted.CountsEPPMR 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)

CountsEPPM documentation built on May 29, 2024, 11:54 a.m.