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

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

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

On CRAN:

Conda:

openblascpp

3.48 score 3 scripts 130 downloads 3 exports 3 dependencies

Last updated from:8d7b5dbb8e. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK147
linux-devel-x86_64OK141
source / vignettesOK189
linux-release-arm64OK152
linux-release-x86_64OK133
macos-release-arm64OK140
macos-release-x86_64OK323
macos-oldrel-arm64OK156
macos-oldrel-x86_64OK383
windows-develOK143
windows-releaseOK129
windows-oldrelOK163
wasm-releaseOK121

Exports:cvLMgrid.searchreg.table

Dependencies:RcppRcppArmadilloRcppParallel