CRAN/E | BOSSreg

BOSSreg

Best Orthogonalized Subset Selection (BOSS)

Installation

About

Best Orthogonalized Subset Selection (BOSS) is a least-squares (LS) based subset selection method, that performs best subset selection upon an orthogonalized basis of ordered predictors, with the computational effort of a single ordinary LS fit. This package provides a highly optimized implementation of BOSS and estimates a heuristic degrees of freedom for BOSS, which can be plugged into an information criterion (IC) such as AICc in order to select the subset from candidates. It provides various choices of IC, including AIC, BIC, AICc, Cp and GCV. It also implements the forward stepwise selection (FS) with no additional computational cost, where the subset of FS is selected via cross-validation (CV). CV is also an option for BOSS. For details see: Tian, Hurvich and Simonoff (2021), "On the Use of Information Criteria for Subset Selection in Least Squares Regression", .

github.com/sentian/BOSSreg
Bug report File report

Key Metrics

Version 0.2.0
R ≥ 3.5.0
Published 2021-03-06 1148 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks BOSSreg results

Downloads

Yesterday 8 0%
Last 7 days 56 -10%
Last 30 days 226 +0%
Last 90 days 627 -26%
Last 365 days 2.738 -15%

Maintainer

Maintainer

Sen Tian

stian@stern.nyu.edu

Authors

Sen Tian

aut / cre

Clifford Hurvich

aut

Jeffrey Simonoff

aut

Material

NEWS
Reference manual
Package source

Vignettes

Best Orthogonalized Subset Selection (BOSS)

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

BOSSreg archive

Depends

R ≥ 3.5.0

Imports

glmnet
Matrix
Rcpp
stats

Suggests

devtools
ISLR
kableExtra
knitr
MASS
rmarkdown
sparsenet

LinkingTo

Rcpp
RcppArmadillo