Compute Residuals from an lmRobBI Object

DESCRIPTION:

Computes the residuals from an object of class "lmRobBI".

USAGE:

residuals.lmRobBI(object, ...) 

REQUIRED ARGUMENTS:

OPTIONAL ARGUMENTS:

~move the above line to just above the first optional argument
object
~Describe object here
...
~Describe ... here

VALUE:

~Describe the value returned

SIDE EFFECTS:

~describe any side effects if they exist

DETAILS:

~explain details here.

REFERENCES:

~put references here, make other sections like NOTE and WARNING with .SH

SEE ALSO:

~put functions to SEE ALSO here

EXAMPLES:

# The function is currently defined as 
function(object, ...) 
{ 
        class(object) <- "lm" 
        UseMethod("residuals") 
}