Summary Method for Generalized Linear Model Objects

DESCRIPTION:

Returns a summary list for a Robust Generalized Linear Model of class glmRob.

USAGE:

summary.glmRob(x, correlation=T) 

REQUIRED ARGUMENTS:

x
the fitted model. This is assumed to be of class glmRob.

OPTIONAL ARGUMENTS:

correlation
logical flag: if TRUE then the correlation matrix for the coefficients is included in the summary.

VALUE:

a list with the neccesary elements to use print.summary.glmRob on it.

DETAILS:

This is a method for the function summary for objects of class glmRob. It can be invoked by calling summary on an object of class glmRob or directly by calling summary.glmRob regardles of the class of the object.

EXAMPLES:

summary(glmRob(y~x, family=poisson))