I'm trying to compare survival between two groups. While overall survival shows to be not significantly different, survival at fixed time points proves to be significantly different at set time points in the first five years.
I was wondering if there is any way to determine the time point where the difference has a pvalue >= 0.05 (similar to the crosspoint() function from the ComparisonSurv package that just defines where the graphs cross. So I don't have to manually try out different time points with the fixed.point() function.
Thanks!