Package: cvLM 2.0.0
cvLM: Cross-Validation for Linear and Ridge Regression Models
Implements cross-validation methods for linear and ridge regression models. The package provides grid-based selection of the ridge penalty parameter using Singular Value Decomposition (SVD) and supports K-fold cross-validation, Leave-One-Out Cross-Validation (LOOCV), and Generalized Cross-Validation (GCV). Computations are implemented in C++ via 'RcppArmadillo' with optional parallelization using 'RcppParallel'. The methods are suitable for high-dimensional settings where the number of predictors exceeds the number of observations.
Authors:
cvLM_2.0.0.tar.gz
cvLM_2.0.0.zip(r-4.7)cvLM_2.0.0.zip(r-4.6)cvLM_2.0.0.zip(r-4.5)
cvLM_2.0.0.tgz(r-4.6-x86_64)cvLM_2.0.0.tgz(r-4.6-arm64)cvLM_2.0.0.tgz(r-4.5-x86_64)cvLM_2.0.0.tgz(r-4.5-arm64)
cvLM_2.0.0.tar.gz(r-4.7-arm64)cvLM_2.0.0.tar.gz(r-4.7-x86_64)cvLM_2.0.0.tar.gz(r-4.6-arm64)cvLM_2.0.0.tar.gz(r-4.6-x86_64)
cvLM_2.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cvLM/json (API)
NEWS
| # Install 'cvLM' in R: |
| install.packages('cvLM', repos = c('https://phipnye.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/phipnye/cv-lm/issues
Last updated from:8d7b5dbb8e. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 147 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 189 | ||
| linux-release-arm64 | OK | 152 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 140 | ||
| macos-release-x86_64 | OK | 323 | ||
| macos-oldrel-arm64 | OK | 156 | ||
| macos-oldrel-x86_64 | OK | 383 | ||
| windows-devel | OK | 143 | ||
| windows-release | OK | 129 | ||
| windows-oldrel | OK | 163 | ||
| wasm-release | OK | 121 |
Exports:cvLMgrid.searchreg.table
Dependencies:RcppRcppArmadilloRcppParallel
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Cross-validation for linear and ridge regression models | cvLM-package cvLM cvLM.formula cvLM.glm cvLM.lm |
| Efficient Grid Search for Optimal Ridge Regularization | grid.search |
| Create Regression Tables in LaTeX or HTML | reg.table |
