Package: dwmmlRidge 0.1.1
dwmmlRidge: Dynamically Weighted Modified Maximum Likelihood (DWMML) Ridge Regression
Implements the dynamically weighted modified maximum likelihood ridge (DWMMLR) regression estimator, a robust and multicollinearity-aware linear regression estimator that combines the DWMML3 weighting procedure of Sazak (2019) <doi:10.1080/00949655.2019.1571060> with ridge penalization to address both outlier sensitivity and variance inflation due to multicollinearity. The ridge parameter is selected automatically using the approach implemented in the 'ridgregextra' package (Karadag, Sazak, and Aydin, 2023) <https://CRAN.R-project.org/package=ridgregextra>, described further in Karadag, Sazak, and Aydin (2026) <doi:10.1080/02664763.2026.2655681>, which targets a variance inflation factor (VIF) close to but not below 1, removing the need for manual tuning. Returns comprehensive outputs (coefficients, fitted values, residuals, mean squared error (MSE), standard errors, R-squared, and adjusted R-squared) through a simple x/y interface.
Authors:
dwmmlRidge_0.1.1.tar.gz
dwmmlRidge_0.1.1.zip(r-4.7)dwmmlRidge_0.1.1.zip(r-4.6)dwmmlRidge_0.1.1.zip(r-4.5)
dwmmlRidge_0.1.1.tgz(r-4.6-any)dwmmlRidge_0.1.1.tgz(r-4.5-any)
dwmmlRidge_0.1.1.tar.gz(r-4.7-any)dwmmlRidge_0.1.1.tar.gz(r-4.6-any)
dwmmlRidge_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
dwmmlRidge/json (API)
| # Install 'dwmmlRidge' in R: |
| install.packages('dwmmlRidge', repos = c('https://filizkrdg.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/filizkrdg/dwmmlridge/issues
Last updated from:075f96db4e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 151 | ||
| source / vignettes | OK | 232 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-oldrel-arm64 | OK | 89 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 151 |
Exports:dwmmlR.regWeightedls.reg
Dependencies:askpassbase64encbslibcachemclicpp11crosstalkcurldata.tabledigestdplyrevaluatefarverfastmapfontawesomefsgenericsggplot2gluegtablehighrhtmltoolshtmlwidgetshttrisdalsisobandjquerylibjsonliteknitrlabelinglaterlazyevallifecyclemagrittrMASSmctestmemoisemimeopensslotelpillarpkgconfigplotlypromisespurrrR6rappdirsRColorBrewerRcppridgregextrarlangrmarkdownS7sassscalesstringistringrStype.estStyperidge.regsystibbletidyrtidyselecttinytexutf8vctrsviridisLitewithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| DWMML3 Ridge Regression Estimator | dwmmlR.reg |
| Weighted least squares regression | Weightedls.reg |
