Package: cvLM 2.0.0

Philip Nye

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:Philip Nye [aut, cre]

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

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

openblascpp

1.70 score 3 scripts 131 downloads 3 exports 3 dependencies

Last updated from:254763182d. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK168
linux-devel-x86_64OK150
source / vignettesOK194
linux-release-arm64OK168
linux-release-x86_64OK140
wasm-releaseOK130

Exports:cvLMgrid.searchreg.table

Dependencies:RcppRcppArmadilloRcppParallel