Learn R Programming

Rfit (version 0.14)

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. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

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

Run the code above in your browser using DataLab