Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.41 KB

File metadata and controls

19 lines (17 loc) · 1.41 KB

Cox Regression (Proportional Hazards Model)

Cox regression (or proportional hazards regression) is a method for investigating the effect of several variables upon the time a specified event takes to happen. In the context of an outcome such as death this is known as Cox regression for survival analysis. The method does not assume any particular "survival model" but it is not truly nonparametric because it does assume that the effects of the predictor variables upon survival are constant over time and are additive in one scale.

Code

python3 sample.py

Resources