Package: HVS 1.0.0

HVS: Hypergraph Variable Selection

Performs hypergraph-based setwise variable selection with false discovery rate control (Organ, Kenney & Gu, 2026, <doi:10.48550/arXiv.2606.20514>). The idea is, in addition to selecting individual predictors when there is sufficient evidence, to also test all pairs of predictors, and when there is insufficient evidence to be sure which is the true predictor, it will select possibly overlapping pairs, for which there is strong evidence that at least one is a true predictor. The method is designed to control a generalised false discovery rate, where discoveries are counted based on the number of independent sets. The function of this package is similar to the 'hypergraph.sizing' package, but this package is optimised for faster computation in the case where we test all pairs of predictors. The package also includes functions for counting independent sets in a graph or hypergraph, either exactly or approximately. There is also a very limited function for isotonic regression, which is designed for fast computation in the specific case needed for hypergraph variable selection, rather than for general use.

Authors:Toby Kenney [cre], Sarah Organ [aut]

HVS_1.0.0.tar.gz
HVS_1.0.0.zip(r-4.7)HVS_1.0.0.zip(r-4.6)HVS_1.0.0.zip(r-4.5)
HVS_1.0.0.tgz(r-4.6-x86_64)HVS_1.0.0.tgz(r-4.6-arm64)HVS_1.0.0.tgz(r-4.5-x86_64)HVS_1.0.0.tgz(r-4.5-arm64)
HVS_1.0.0.tar.gz(r-4.7-arm64)HVS_1.0.0.tar.gz(r-4.7-x86_64)HVS_1.0.0.tar.gz(r-4.6-arm64)HVS_1.0.0.tar.gz(r-4.6-x86_64)
HVS_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
HVS/json (API)

# Install 'HVS' in R:
install.packages('HVS', repos = c('https://tjk23.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

1.00 score 7 exports 1 dependencies

Last updated from:92c430785a. Checks:9 OK, 4 WARNING. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK129
linux-devel-x86_64OK101
source / vignettesOK142
linux-release-arm64OK121
linux-release-x86_64OK108
macos-release-arm64WARNING136
macos-release-x86_64WARNING176
macos-oldrel-arm64WARNING98
macos-oldrel-x86_64WARNING185
windows-develOK78
windows-releaseOK87
windows-oldrelOK91
wasm-releaseOK123

Exports:convex.hullcount.indepcount.indep.hypercount.vccount.vc.hyperisotonic.regressionselect.cutoff

Dependencies:Rcpp