I want to plot a KM curve and get median survival data from the survfit object but I dont want to split by a strata - I want to know the whole population.
fit <- survfit(Surv(Time, Status) ~ Group, data = A)
eg. I dont want to have ~ Group
many thanks