Provide the standard interface for fitted objects
# S4 method for fitsad
coefficients(object, ...)# S4 method for fitsadC
coefficients(object, ...)
# S4 method for fitrad
coefficients(object, ...)
# S4 method for fitsad
fitted.values(object, ...)
# S4 method for fitsadC
fitted.values(object, ...)
# S4 method for fitrad
fitted.values(object, ...)
# S4 method for fitsad
fitted(object, ...)
# S4 method for fitsadC
fitted(object, ...)
# S4 method for fitrad
fitted(object, ...)
# S4 method for fitsad
residuals(object, ...)
# S4 method for fitsadC
residuals(object, ...)
# S4 method for fitrad
residuals(object, ...)
An object from class fitsad, fitrad or fitsadC
Other arguments to be forwarded for the lower level function
These methods are provided to allow for standard manipulation of fitsad
, fitsadC
and fitrad
objects using the generic methods defined in the "stats" package.
Please see the original man pages for each method.
coefficients
is an alias to coef
(implemented in package "bbmle").
fitted
and fitted.values
provide an alternative interface to radpred
;
these are also used to calcutate residuals
.
Notice that radpred is a preferred interface for most calculations, specially if there are several ties.