Learn R Programming

CountsEPPM (version 3.1)

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

Arguments

object

fitted model object of class "CountsEPPM".

...

currently not used.

Author

David M. Smith <dmccsmith@verizon.net>

See Also

Examples

Run this code
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)

Run the code above in your browser using DataLab