Top "Survival-analysis" questions

Survival analysis is the statistics of censored time to event data, to which standard regression and classification techniques generally do not apply, due to the uncertain group memberships of the observations.

R - Extract summary table from Survfit with Strata

I'm new to R and survival analysis, and I am interested to export into a dataframe the results from survfit …

r dataframe survival-analysis
Integrate function with vector argument in R

I have a similar challenge to a previous post: How to pass vector to integrate function I have a function …

r function vector integrate survival-analysis
How do I add shading and color to the confidence intervals in ggplot 2 generated Kaplan-Meier plot?

I would like to have the shading of the confidence intervals for the survival estimates. Now I have black lines. …

r ggplot2 survival-analysis ggally