FROM CoxPredict ( ON lungcancer_coef AS cox_coef_model DIMENSION ON lc_new_predictors AS predicts PARTITION BY 1 ON lc_new_reference AS refs PARTITION BY 1 Predict_Feature_Names ('trt', 'celltype', 'karno', 'diagtime', 'age', 'prior') Predict_Feature_Columns ('trt', 'celltype', 'karno', 'diagtime', 'age', 'prior') Ref_Feature_Columns ('trt', 'celltype', 'karno', 'diagtime', 'age', 'prior') Accumulate ('id', 'name') ) ORDER BY 1, 2, 3, 4, 5, 6, 7, 8;