Skip to content
forked from mg14/CoxHD

An R package containing high-dimensional extensions of the Cox model

Notifications You must be signed in to change notification settings

gerstung-lab/CoxHD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoxHD

Build Status

An R package with high-dimensional extensions of the Cox proportional hazards model.

It includes:

####CoxRFX: A random effects model This model assumes a shared normal distribution of effect sizes. The data can be partitioned into groups with different effect mean and variance. It can be useful for fitting $n\approx p$ dimensions.

####CoxCPSS: Complementary pairs stability selection Stability selection is used for variable selection. Error control is possible based on the log-concave model by Shah and Samworth.

##Installation

Installation is easy using devtools::install_github()

> library(devtools)
> install_github("mg14/mg14")
> install_github("mg14/CoxHD/CoxHD")

About

An R package containing high-dimensional extensions of the Cox model

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 92.1%
  • R 7.9%