Kaplan-Meier Estimator

The Kaplan-Meier estimator, also known as product limit estimator, is used to estimate the survival function from lifetime data. It is often used to measure the fraction of study subjects that are still alive after a certain amount of time after treatment. The curve obtained from the Kaplan-Meier estimator takes right-censoring data into account so that subjects withdrawing from the study prematurely or finish the study without event occurrence can be dealt with accordingly.
The data passed to this node is a table with one row for each study subject. For each subject the event that is studied either occurred, so that the event column contains a boolean True value, or the subject left the study (boolean False). Additionally to this information the time the event or censoring has taken place must be present. More information about the Kaplan-Meier estimator can be found on Wikipedia.

Options

Time column
The time at which the event occurred.
Event column
Whether the event occurred (boolean True) or censoring occurred (boolean False).
Group column
The (optional) group the subject belongs to.

Input Ports

Icon
The data to calculate the Kaplan-Meier estimator for

Output Ports

Icon
The SVG image of the plot
Icon
The estimator calculated for each group and time step

Views

Interactive View: Kaplan-Meier Plot
Displays a Kaplan-Meier plot visualization of the data.

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.