raiseR: Raise Regression and Robust Methods for Multicollinearity

Implements Raise Regression as an inference-preserving alternative to Ridge Regression for combating multicollinearity in linear models, including the classical single-variable Raise Regression, the Simultaneous Raise Regression (SRR) based on QR decomposition and the Sequential Variance Inflation Factor (SVIF) of Jacob and Varadharajan (2022) <doi:10.1007/s11135-022-01557-9>, and the original raise parameter selection strategy of Jacob and Varadharajan (2023) <doi:10.13189/ms.2023.110106>. Also implements Robust Raise Regression for data contaminated by outliers, with exact finite-sample inference (sandwich standard errors, Wald tests, Satterthwaite-corrected degrees of freedom) obtained by down-weighting observations using Stahel-Donoho projection outlyingness and Tukey's biweight function. Provides ordinary and robust Ridge Regression (Hoerl and Kennard, 1970, <doi:10.1080/00401706.1970.10488634>), ordinary and robust Liu Regression (Liu, 1993, <doi:10.1080/03610929308831027>), with the robust variants of both based on the MM-estimates of Yohai (1987, <doi:10.1214/aos/1176350366>) and, for Liu Regression specifically, the biasing-parameter derivation of Filzmoser and Kurnaz (2018) <doi:10.1080/03610918.2016.1271889>. Also provides the classical Variance Inflation Factor (VIF) and Condition Number (Belsley, 1991) computed from the correlation matrix of the predictors, and the Robust Variance Inflation Factor (RVIF) and robust Condition Number of Jacob and Varadharajan (2024, Sankhya B, <doi:10.1007/s13571-024-00342-y>), which use the same projection outlyingness and biweight down-weighting scheme to obtain a weighted correlation matrix that resists the influence of outliers. A flexible scaleDat() function supports classical (mean and standard deviation), robust weighted (Stahel-Donoho and Tukey biweight), median and Median Absolute Deviation Normalized (MADN, the median absolute deviation scaled by 1.4826 to estimate the standard deviation under normality), and min-max scaling. Diagnostic and goodness-of-fit plots, and the standard influence-diagnostic suite (Cook's distance, DFBETAS and COVRATIO regression diagnostics) and heteroskedasticity tests (via the 'lmtest' and 'car' packages) analogous to those for objects of class 'lm', are provided for the exact, unbiased Raise Regression fit.

Version: 0.1.0
Depends: R (≥ 3.5.0)
Imports: stats, graphics, grDevices, mrfDepth, MASS, withr
Suggests: testthat (≥ 3.0.0), lmtest, car
Published: 2026-09-15
DOI: 10.32614/CRAN.package.raiseR (may not be active yet)
Author: Jinse Jacob ORCID iD [aut, cre]
Maintainer: Jinse Jacob <jinsejacob at hotmail.com>
BugReports: https://github.com/jinsejacob/raiseR/issues
License: GPL (≥ 3)
URL: https://github.com/jinsejacob/raiseR
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: raiseR results

Documentation:

Reference manual: raiseR.html , raiseR.pdf

Downloads:

Package source: raiseR_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): raiseR_0.1.0.tgz, r-release (x86_64): raiseR_0.1.0.tgz, r-oldrel (x86_64): raiseR_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=raiseR to link to this page.