Learn R Programming

Rfit (version 0.09)

summary.rfit: Summarize Rank-Based Linear Model Fits

Description

Provides a summary similar to the traditional least squares fit.

Usage

## S3 method for class 'rfit':
summary(object,...)

Arguments

object
an object of class 'rfit', usually, a result of a call to 'rfit'
...
additional arguments

References

Hettmansperger, T.P. and McKean J.W. (1998), Robust nonparametric statistical methods, London: Arnold.

Examples

Run this code
data(baseball)
fit<-rfit(weight~height,data=baseball)
summary(fit)

Run the code above in your browser using DataLab