Learn R Programming

robust (version 0.3-19)

glmRob.object: Robust Generalized Linear Model Fit

Description

These are objects of class glmRob which represent the robust fit of a generalized linear regression model, as estimated by glmRob().

Arguments

Value

  • coefficientsthe coefficients of the linear.predictors, which multiply the columns of the model matrix. The names of the coefficients are the names of the single-degree-of-freedom effects (the columns of the model matrix). If the model is over-determined there will be missing values in the coefficients corresponding to inestimable coefficients.
  • linear.predictorsthe linear fit, given by the product of the model matrix and the coefficients.
  • fitted.valuesthe fitted mean values, obtained by transforming linear.predictors using the inverse link function.
  • residualsthe residuals from the final fit; also known as working residuals, they are typically not interpretable.
  • devianceup to a constant, minus twice the log-likelihood evaluated at the final coefficients. Similar to the residual sum of squares.
  • null.deviancethe deviance corresponding to the model with no predictors.
  • familya 3 element character vector giving the name of the family, the link and the variance function.
  • rankthe number of linearly independent columns in the model matrix.
  • df.residualsthe number of degrees of freedom of the residuals.
  • calla copy of the call that produced the object.
  • 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.
  • nivector of the number of repetitions on the dependent variable. If the model is poisson then ni is a vector of 1s.
  • weightsweights from the final fit.
  • iternumber of iterations used to compute the estimates.
  • ythe dependent variable.
  • contraststhe same as the contrasts term of an "lm" object. The object will also contain other components related to the numerical fit that are not relevant for the associated methods.

Methods

anova, coefficients, deviance, fitted.values, family, formula, plot, print, residuals, summary.

Structure

The following components must be included in a legitimate "glmRob" object. Residuals, fitted values, and coefficients should be extracted by the generic functions of the same name, rather than by the "$" operator. The family function returns the entire family object used in the fitting, and deviance can be used to extract the deviance of the fit.

See Also

glmRob.