CRAN/E | BranchGLM

BranchGLM

Efficient Branch and Bound Variable Selection for GLMs using 'RcppArmadillo'

Installation

About

Performs efficient and scalable glm best subset selection using a novel implementation of a branch and bound algorithm. To speed up the model fitting process, a range of optimization methods are implemented in 'RcppArmadillo'. Parallel computation is available using 'OpenMP'.

github.com/JacobSeedorff21/BranchGLM
Bug report File report

Key Metrics

Version 2.1.2
R ≥ 3.3.0
Published 2023-08-31 22 days ago
Needs compilation? yes
License Apache License (≥ 2)
CRAN checks BranchGLM results

Downloads

Last 24 hours 0 -100%
Last 7 days 49 -42%
Last 30 days 398 +18%
Last 90 days 1.018 -10%
Last 365 days 4.373 +148%

Maintainer

Maintainer

Jacob Seedorff

jwseedorff@uiowa.edu

Authors

Jacob Seedorff

aut / cre

Material

Reference manual
Package source

Vignettes

BranchGLM Vignette
VariableSelection Vignette

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

BranchGLM archive

Depends

R ≥ 3.3.0

Imports

Rcpp ≥ 1.0.7
methods
stats
graphics

Suggests

knitr
rmarkdown
testthat ≥ 3.0.0

LinkingTo

Rcpp
RcppArmadillo
BH