Kaplan Meier Plots : Parameters used to create kaplan meier curves in 2d scatter plots

# kmCensoredRug

Flag to indicate whether to show the censored data as a rug in Kaplan-Meier plots
Type: boolean
Default: false
Used in: Scatter2D

# kmColors

Array with colors for the Kaplan-Meier plots
Type: array
Default: []
Used in: Scatter2D

# kmConfidenceIntervalType

Confidence intervals type for Kaplan Meier estimates
Type: string
Default: log
Options: ordinary, log, loglog
Used in: Scatter2D

# kmConfidenceLevel

Confidence level for Kaplan Meier plots
Type: float
Default: 0.95
Used in: Scatter2D

# kmCxplot

Flag to indicate Kaplan-Meier plot was generated through survminer
Type: boolean
Default: false
Used in: Scatter2D

# kmInvertCensored

Flag to indicate whether zero values are censored or not in Kaplan-Meier plots
Type: boolean
Default: false
Used in: Scatter2D

# kmPvalue

Flag to show the p-value in Kaplan-Meier plots
Type: boolean
Default: false
Used in: Scatter2D

# kmRiskTable

Data to show the number of subjects at risk in Kaplan-Meier plots. It will be aligned to the major ticks in the x Axis
Type: string
Default: false
Used in: Scatter2D

# kmTime

Data to use as time2 in Kaplan-Meier plots. It must be a numeric factor as it will be used to set the range for the events in the Kaplan-Meier plot
Type: string
Default: false
Used in: Scatter2D

# showKMConfidenceIntervals

Flag to show/hide the confidence intervals in Kaplan-Meier plots
Type: boolean
Default: true
Used in: Scatter2D

# showKMMedianSurvivalTime

Flag to show/hide the median survival time in Kaplan-Meier plots
Type: boolean
Default: false
Used in: Scatter2D