Rdocumentation
powered by
Learn R Programming
robustreg (version 0.1-11)
Robust Regression Functions
Description
Linear regression functions using Huber and bisquare psi functions. Optimal weights are calculated using IRLS algorithm.
Copy Link
Link to current version
Version
Version
0.1-11
0.1-10
0.1-9
0.1-8
0.1-7
0.1-5
0.1-3
Install
install.packages('robustreg')
Monthly Downloads
245
Version
0.1-11
License
GPL (>= 2)
Maintainer
Ian Johnson
Last Published
May 10th, 2019
Functions in robustreg (0.1-11)
Search all functions
mad_rcpp
Median Absolute Deviation (MAD)
fit_rcpp
Predict y from X and b
median_rcpp
Median
robustRegH
Robust Fitting of Linear Models using Huber Psi Function
psiBS_rcpp
Tukey's Bisquare Psi Function
psiHuber_rcpp
Huber Psi Function
robustRegBS
Robust Fitting of Linear Models using Bisquare Psi Function