Page 1 of 1

Clinicopath survival

Posted: Thu May 11, 2023 9:41 am
by rabouqal
Hello Dr Balci,

Thanks for the survival module. is it possible to add the proportional hazards assumption check in the Cox model for example with a schoenfel residuals graph.

thanks again

Re: Clinicopath survival

Posted: Sat May 13, 2023 2:15 pm
by sbalci
Hi,

Would you please guide me to a literature or R-code for your request.

Thank you

Serdar Balci

Re: Clinicopath survival

Posted: Sat May 13, 2023 4:09 pm
by MAgojam
Hey Serdar,
you already import R package survival and surminer.

Look in surminer the function:
ggcoxzph(): Graphical test of proportional hazards. Displays a graph of the scaled Schoenfeld residuals, along with a smooth curve using ggplot2. Wrapper around plot.cox.zph().

Also take a look at the screenshot with a few lines of code in the Rj editor.
ScreenShot_20230513180541.jpeg
ScreenShot_20230513180541.jpeg (365.39 KiB) Viewed 21708 times
Cheers,
Maurizio

Re: Clinicopath survival

Posted: Sat May 13, 2023 8:10 pm
by rabouqal
Hello Dr Balci,
In survminer used by jsurvival :

Diagnostics of Cox Model :


ggcoxzph(): Graphical test of proportional hazards. Displays a graph of the scaled Schoenfeld residuals, along with a smooth curve using ggplot2. Wrapper around
plot.cox.zph().

ggcoxdiagnostics(): Displays diagnostics graphs presenting goodness of Cox Proportional Hazards Model fit.

ggcoxfunctional(): Displays graphs of continuous explanatory variable against martingale residuals of null cox proportional hazards model. It helps to properly choose the functional form of continuous variable in cox model.

Thank

Re: Clinicopath survival

Posted: Thu May 18, 2023 6:51 am
by sbalci
Thank you.
So they seem to be easily implementable.
I will work on them :)

Re: Clinicopath survival

Posted: Thu May 18, 2023 8:39 am
by rabouqal
Thank you Dr Balci

Re: Clinicopath survival

Posted: Sun May 21, 2023 2:32 am
by sbalci

Re: Clinicopath survival

Posted: Sun Dec 03, 2023 7:19 pm
by rabouqal
Hello Dr Balci,

something new for the proportional hazards assumption check in the Cox model?
https://github.com/sbalci/jsurvival/issues/3

Thank

Re: Clinicopath survival

Posted: Tue Dec 05, 2023 7:19 pm
by sbalci
I am working on it, the functions are being rewritten due to some bugs.
The modules will be updated in upcoming weeks.