An accessor function used to extract the fitted values from a 'cmp' object.
fitted.values
is an alias for fitted
.
# S3 method for cmp
fitted(object, ...)
an object class 'cmp' object, obtained from a call to glm.cmp
other arguments passed to or from other methods (currently unused).
Fitted values mu
extracted from the object object
.