rfit(formula, data = list(), ...)## S3 method for class 'default':
rfit(formula, data=list(), yhat0 = suppressWarnings(rq(y ~ x)$fitted.values), scores = wscores, symmetric = FALSE, ...)
Jaeckel, L. A. (1972). Estimating regression coefficients by minimizing the dispersion of residuals. Annals of Mathematical Statistics, 43, 1449 - 1458.
Jureckova, J. (1971). Nonparametric estimate of regression coefficients. Annals of Mathematical Statistics, 42, 1328 - 1338.
summary.rfit
data(baseball)
data(wscores)
fit<-rfit(weight~height,data=baseball)
summary(fit)
Run the code above in your browser using DataLab