Plots a sample of individual survival curves from the test data set.
plot_survival_curve(train_result, individual_id, curve_type = "both")None - plots the number of requested samples
return data object from `spect_train`
identifier of the individual to plot
optional specification of the type of curve. Available options are "conditional", which plots the conditional probability of surviving each interval given that the individual survived to the start of that interval, "absolute" which plots the unconditional probability of surviving each interval, and "both", the default value, which plots both curves on the same chart.
Stephen Abrams, stephen.abrams@louisville.edu