MustafaOguz / Survival_Analysis

Survival Analysis with non-parametric, semi-parametric, and parametric models
39 stars 23 forks source link

how to get predict_survival* functions working? #1

Open tmthyjames opened 5 years ago

tmthyjames commented 5 years ago

Hey, great write up here! I was wondering if there was some code missing for the predict functions? Or did you write these yourself? Referencing 4_Parametric_Models.ipynb

MustafaOguz commented 5 years ago

Hi James, Thanks. All predict functions are in "5) Constructing confidence intervals". I wrote these based on the log likelihood formulas for the different parametric models. For Cox regression I used the lifelines package. Best regards, Mustafa

Sent from Yahoo Mail on Android

On Thu, 21 Mar 2019 at 15:02, Timothy James Dobbinsnotifications@github.com wrote:
Hey, great write up here! I was wondering if there was some code missing for the predict functions? Or did you write these yourself?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tmthyjames commented 5 years ago

Awesome! Thanks @MustafaOguz!

CarolineHaz commented 2 years ago

Hi Mustafa, Thank you for providing such informations. I just want to get the dataset in order to work with it to apply your code.