survivalData = [
{ id: 1, studyEntryAge: 68, studyExitAge: 69.5, time: 1.5, event: 1 },
{ id: 2, studyEntryAge: 53, studyExitAge: 56, time: 3.0, event: 0 },
{ id: 3, studyEntryAge: 61, studyExitAge: 64.5, time: 3.5, event: 1 },
{ id: 4, studyEntryAge: 50, studyExitAge: 54, time: 4.0, event: 1 },
{ id: 5, studyEntryAge: 64, studyExitAge: 70, time: 6.0, event: 0 },
{ id: 6, studyEntryAge: 56, studyExitAge: 62.5, time: 6.5, event: 1 },
{ id: 7, studyEntryAge: 66, studyExitAge: 73, time: 7.0, event: 1 },
{ id: 8, studyEntryAge: 63, studyExitAge: 71.5, time: 8.5, event: 0 },
{ id: 9, studyEntryAge: 55, studyExitAge: 64, time: 9.0, event: 1 },
{ id: 10, studyEntryAge: 50, studyExitAge: 60, time: 10.0, event: 0 }
]