Helper function to extract "time" and "status" columns from a matrix
(like one returned by survival::Surv()), falling back to defaults.
get_surv_info(surv_matrix_vals, default_time, default_status)A list with elements time and status.
A matrix, typically from Surv(time, status).
Default time vector if not found.
Default status vector if not found.