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.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://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/phipnye/cv-lm/issues
Last updated from:254763182d. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 168 | ||
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 194 | ||
| linux-release-arm64 | OK | 168 | ||
| linux-release-x86_64 | OK | 140 | ||
| wasm-release | OK | 130 |
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 |
