S3VS

The goal of S3VS is to perform variable selection using the structured screen-and-select (S3VS) framework in linear models, generalized linear models with binary data, and survival models such as the Cox model and accelerated failure time (AFT) model.

Installation

You can install the development version of S3VS like so:

devtools::install_github("nilotpalsanyal/S3VS")

Description

The central entry point is S3VS(), which dispatches to a family-specific routine via the argument family:

The S3VS workflow proceeds through the following steps, each handled by helper functions:

Together, these functions form a structured, iterative pipeline for efficient variable screening and selection in high-dimensional regression and survival analysis.