Learn R Programming

rcane (version 1.0)

rlm.summaries: Accessing rlm Model Fits

Description

All these functions are methods for class "rlm" objects.

Usage

# S3 method for rlm
coef(object, ...)

# S3 method for rlm fitted(object, ...)

# S3 method for rlm formula(x, ...)

# S3 method for rlmmodel predict(object, newdata, ...)

# S3 method for rlmmodel print(x, ...)

# S3 method for rlm resid(object, ...)

Arguments

object, x

an object of class rlm

...

futher arguments passed to or from other methods.

newdata

An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used