lmRob.object: Robust Linear Model Objects
Description
These are objects of class lmRob
which represent the robust fit of a linear regression model, as estimated by lmRob
function.Value
- coefficientsvector of coefficients for the robust regression. If
est="final"
, these are final estimates; if est="initial"
, these are initial estimates. - T.coefficientsthe vector of coefficients for the initial estimate, if
est="final"
. - scalethe scale estimate computed using the initial estimates.
- residualsthe residual vector corresponding to the estimates returned in
coefficients
. - T.residualsthe residual vector corresponding to the estimates returned in
T.coefficients
. - fitted.valuesthe fitted values corresponding to the estimates returned in
coefficients
. - T.fitted.valuesthe fitted values corresponding to the estimates returned in
T.coefficients
. - covthe estimated covariance matrix of the estimates in
coefficients
. - T.covthe estimated covariance matrix of the estimates in
T.coefficients
. - rankthe rank of the design matrix
x
. - iter.refinementthe number of iterations required to refine the initial estimates.
- df.residualsthe degrees of freedom in the residuals (the number of rows in
x
minus the rank of x
). - esta character string that specifies the type of estimates returned. If
est="initial"
, the initial estimates are returned; if est="final"
, the final estimates are returned. - controla list of control parameters, passed to the function
lmRob
as the robust.control
argument that produced the lmRob
object. - genetic.controla list of control parameters, passed to the function
lmRob
as the genetic.control
argument that produced the lmRob
object, if present. - devthe robust deviance if final MM-estimates are returned.
- T.devthe robust deviance corresponding to initial S-estimates if applies.
- r.squaredthe fraction of variation in
y
explained by the robust regression on x
corresponding to the final MM-estimates in coefficients
, if applies. - T.r.squaredthe fraction of variation in
y
explained by the robust regression on x
corresponding to the initial S-estimates in T.coefficients
, if applies. - M.weightsthe robust estimate weights corresponding to the final MM-estimates in
coefficients
, if applies. - T.M.weightsthe robust estimate weights corresponding to the initial S-estimates in
T.coefficients
, if applies. - iter.final.coefthe number of iterations required to compute the final MM-estimates of the coefficients, if applies.
- callan image of the call that produced the object, but with the arguments all named and with the actual formula included as the
formula
argument. - assignthe same as the
assign
component of an "lm"
object. - contraststhe same as the
contrasts
component of an "lm"
object. - termsthe same as the
terms
component of an "lm"
object.
Generation
This class of objects is returned from the lmRob
function.Methods
add1
, anova
, coef
, deviance
, drop1
, fitted
, formula
, labels
, plot
, print
, residuals
, summary
, update
.Structure
The following components must be included in a legitimate "lmRob"
object: