Extract the underlying data from a survival curve (as returned by predict or get_survival_curve)
The data is returned as a list with two keys: times
containing the
time for each breakpoint on the curve, and coefs
containing the
probability for each breakpoint on the curve.
get_survival_curve_data(curve)
curve |
The curve to query. |
Julia Equivalent:
IAI.get_survival_curve_data
## Not run: iai::get_survival_curve_data(curve)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.