rlm.summaries: Accessing rlm Model Fits

Description Usage Arguments

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S3 method for class 'rlm'
coef(object, ...)

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

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

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

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

## S3 method for class '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


sureshaks/rcane documentation built on May 29, 2019, 9:51 a.m.