BOSSreg: Best Orthogonalized Subset Selection (BOSS)

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", <arXiv:1911.10191>.

Package details

AuthorSen Tian [aut, cre], Clifford Hurvich [aut], Jeffrey Simonoff [aut]
MaintainerSen Tian <stian@stern.nyu.edu>
LicenseGPL (>= 2)
Version0.2.0
URL https://github.com/sentian/BOSSreg
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("BOSSreg")

Try the BOSSreg package in your browser

Any scripts or data that you put into this service are public.

BOSSreg documentation built on March 7, 2021, 1:06 a.m.