You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
I noticed that the parameter median_survival_time_ from AalenJohansenFitter doesn't work as it apparently looks for a survival function.
Instead I applied directly the function median_survival_times() on the cumulative density but the outputs are 0 despite that the median is not reached and "inf" when the median should be reached...
I also have weird results for Q1 as it displays 0 when it should be normally reached. I computed the quantiles with the function qth_survival_times() on cumulative density.
Thank you for your help !
The text was updated successfully, but these errors were encountered:
Hello !
I noticed that the parameter median_survival_time_ from AalenJohansenFitter doesn't work as it apparently looks for a survival function.
Instead I applied directly the function median_survival_times() on the cumulative density but the outputs are 0 despite that the median is not reached and "inf" when the median should be reached...
I also have weird results for Q1 as it displays 0 when it should be normally reached. I computed the quantiles with the function qth_survival_times() on cumulative density.
Thank you for your help !
The text was updated successfully, but these errors were encountered: