coefficients,fitsad-method | R Documentation |
Provide the standard interface for fitted objects
## 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, ...)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.