The CoxSurvFit function outputs a message table (usually to the screen) and a table of survival probabilities (output_table).
Column Name | Data Type | Description |
---|---|---|
result | VARCHAR | Contains a message that indicates whether the function completed successfully or failed. If the function succeeded, the message is: 'Survival functions are successfully generated in output table: output_table' |
Column Name | Data Type | Description |
---|---|---|
accumulate_column | Any | Column copied from predict_table. The table can have more than one such column. |
time_interval | INTEGER | Contains the analysis time interval (how much time elapses before the event happens). |
survival_prob | DOUBLE PRECISION | Contains the survival probability at the analysis time interval. |