Kaplan-Meier Survival Analyzer

Plot survival curves, compute median survival, and run log-rank tests. Handles censored observations with Greenwood confidence intervals. Data never leaves your browser.

BiostatisticsLog-Rank TestClient-Side

Try it out

Load example survival data to see the full workflow

Paste time-to-event data

Columns: Time, Event (1/0), Group (optional). Tab or comma separated.

  • Plot survival curves for time-to-event data with censored observations
  • Compare survival between treatment groups using the log-rank test
  • Estimate median survival time and confidence intervals
  • Visualize Kaplan-Meier curves for publications and presentations
  • Analyze animal survival data from preclinical studies

Don't use for

  • Cox proportional hazards regression with covariates — use R or SPSS
  • Competing risks analysis — requires specialized software
  • Parametric survival models (Weibull, exponential) — use dedicated survival packages

Survival Analysis Fundamentals

Survival analysis studies the time until an event of interest occurs. Unlike standard statistical methods, it handles censoring — the incomplete observation of event times.

Key concepts: • Survival function S(t): Probability of surviving beyond time t • Hazard function h(t): Instantaneous event rate at time t, given survival to t • Censoring: Right-censoring (most common) occurs when follow-up ends before the event • At-risk set: Subjects still being observed at each time point

Clinical and Preclinical Applications

Kaplan-Meier analysis is used in:

Clinical trials: Primary endpoint for overall survival, progression-free survival, disease-free survival • Preclinical studies: Tumor growth delay, time-to-event in animal models • Device reliability: Time-to-failure analysis for medical devices • Behavioral research: Latency to first response, time to criterion performance

The log-rank test is the standard method for comparing treatment vs. control survival curves in randomized trials.

Frequently Asked Questions