fitted.CountsEPPM | R Documentation |
This function is generic. Extract the fitted values from models of class "BinaryEPMM".
## S3 method for class 'CountsEPPM'
fitted(object, ...)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.