README.md

dcalasso: Fast divide-and-conquer Cox proportional hazards model with adaptive lasso

CRAN

Questions that the package addresses

The package answers the following questions:

Essentially - what should I do when my data for Cox model w/ or w/o variable selection are too large?

Methodology

The dcalasso package aims to fit Cox proportional hazards model to extremely large, when both n and p are extremely large and n>>p. The method and package have the following features:

The method is detailed here. Briefly, the method first finds a divide-and-conquer Cox model estimate without adaptive LASSO penalty by applying the divide-and-conquer strategy with one-step estimation to the data that are divided into subsets. Then it finds the divide-and-conquer adaptive LASSO estimate based on the divide-and-conquer Cox estimate, using least square approximation.

Installation

Install development version from GitHub:

# install.packages("remotes")
install_github("celehs/dcalasso")

Citation

Wang, Yan, Chuan Hong, Nathan Palmer, Qian Di, Joel Schwartz, Isaac Kohane, and Tianxi Cai. “A Fast Divide-and-Conquer Sparse Cox Regression.”. 2019 Sep 23. kxz036



celehs/dcalasso documentation built on March 12, 2021, 9:40 a.m.