coefficients,fitsad-method {sads} | R Documentation |
Standard stats methods
Description
Provide the standard interface for fitted objects
Usage
## S4 method for signature 'fitsad'
coefficients(object, ...)
## S4 method for signature 'fitsadC'
coefficients(object, ...)
## S4 method for signature 'fitrad'
coefficients(object, ...)
## S4 method for signature 'fitsad'
fitted.values(object, ...)
## S4 method for signature 'fitsadC'
fitted.values(object, ...)
## S4 method for signature 'fitrad'
fitted.values(object, ...)
## S4 method for signature 'fitsad'
fitted(object, ...)
## S4 method for signature 'fitsadC'
fitted(object, ...)
## S4 method for signature 'fitrad'
fitted(object, ...)
## S4 method for signature 'fitsad'
residuals(object, ...)
## S4 method for signature 'fitsadC'
residuals(object, ...)
## S4 method for signature 'fitrad'
residuals(object, ...)
Arguments
object |
An object from class fitsad, fitrad or fitsadC |
... |
Other arguments to be forwarded for the lower level function |
Details
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.
[Package sads version 0.6.3 Index]