powered by
This function is generic. Extract the fitted values from models of class "BinaryEPMM".
# S3 method for CountsEPPM fitted(object, ...)
fitted model object of class "CountsEPPM".
currently not used.
David M. Smith <dmccsmith@verizon.net>
fitted
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