| coefficients,fitsad-method {sads} | R Documentation |
Provide the standard interface for fitted objects
## S4 method for signature 'fitsad' coefficients(object, ...) ## S4 method for signature 'fitrad' coefficients(object, ...) ## S4 method for signature 'fitsad' fitted.values(object, ...) ## S4 method for signature 'fitrad' fitted.values(object, ...) ## S4 method for signature 'fitsad' fitted(object, ...) ## S4 method for signature 'fitrad' fitted(object, ...) ## S4 method for signature 'fitsad' residuals(object, ...) ## S4 method for signature 'fitrad' residuals(object, ...)
object |
An object from class fitsad or fitrad |
... |
Other arguments to be forwarded for the lower level function |
These methods are provided to allow for standard manipulation of fitsad
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.