CoxSurvFit Arguments - Aster Analytics

Teradata Aster® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
Cox_Linear_Predictor_Model_Table
Specifies the name of the Cox linear predictor model table, which was output by the CoxPH function.
Cox_Coef_Model_Table
Specifies the name of the Cox coefficient model table, which was output by the CoxPH function.
Predict_Table
Specifies the name of the predict table, which contains new prediction feature values for survival calculation.
Predict_Feature_Names
Specifies the names of features in the Cox model.
Predict_Feature_Columns
Specifies the names of the columns that contain the values for the features in the Cox model—one column name for each feature name. The ith feature name corresponds to the ith column name. For example, consider this pair of arguments:

Predict_Feature_Names('name', 'age')

Predict_Feature_Columns('c1', 'c2')

The predictive values of the feature name are in column c1, and the predictive values of the feature age are in column c2.

Output_Table
Specifies the name of the output table that contains survival probabilities. The table must not exist.
Accumulate
[Optional] Specifies the names of the columns in predict_table that the function copies to the output table.