Package: robustreg 0.1-11

Ian M. Johnson
robustreg: Robust Regression Functions
Linear regression functions using Huber and bisquare psi functions. Optimal weights are calculated using IRLS algorithm.
Authors:
robustreg_0.1-11.tar.gz
robustreg_0.1-11.tar.gz(r-4.7-arm64)robustreg_0.1-11.tar.gz(r-4.7-x86_64)robustreg_0.1-11.tar.gz(r-4.6-arm64)robustreg_0.1-11.tar.gz(r-4.6-x86_64)
robustreg_0.1-11.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
robustreg/json (API)
| # Install 'robustreg' in R: |
| install.packages('robustreg', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:2c96e382f0. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 129 | ||
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 181 | ||
| linux-release-arm64 | OK | 136 | ||
| linux-release-x86_64 | OK | 138 | ||
| wasm-release | OK | 113 |
Exports:fit_rcppmad_rcppmedian_rcpppsiBS_rcpppsiHuber_rcpprobustRegBSrobustRegH
Dependencies:latticeMatrixRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Predict y from X and b | fit_rcpp |
| Median Absolute Deviation (MAD) | mad_rcpp |
| Median | median_rcpp |
| Tukey's Bisquare Psi Function | psiBS_rcpp |
| Huber Psi Function | psiHuber_rcpp |
| Robust Fitting of Linear Models using Bisquare Psi Function | robustRegBS |
| Robust Fitting of Linear Models using Huber Psi Function | robustRegH |