Extracts survival probabilities from a survfit object and aligns
them to a common set of evaluation times, creating a matrix.
build_survfit_matrix(fit_obj, eval_times, n_obs)A matrix (rows=subjects, cols=eval_times) of survival
probabilities, or NULL on failure.
A survfit object.
Numeric vector of evaluation times.
Expected number of observations (rows).