- Predict_Feature_Names
- Specifies the names of the features in the Cox coefficient model (the coefficient table generated by the CoxPH function).
- Predict_Feature_Columns
- [Required if Predict_Feature_Units _Columns is omitted, disallowed otherwise.] Specifies the names of the columns that contain the values of the features in the Cox coefficient model. This argument must specify a column for each feature specified by Predict_Feature_Names. The ith predict_feature corresponds to the ith pf_value_column.
- Predict_Feature_Units_Columns
- [Required if Predict_Feature_Columns is omitted, disallowed otherwise.] Specifies the names of the columns that contain the unit values of the features in the Cox coefficient model. This argument must specify a column for each feature specified by Predict_Feature_Names. The ith predict_feature corresponds to the ith pf_unit_column.
- Ref_Feature_Columns
- [Optional] The function ignores this argument if you specify
Predict_Feature_Units_Columns.
Specifies the names of the columns that contain the reference values. This argument must specify a column for each feature specified by Predict_Feature_Names. The ith predict_feature corresponds to the ith rf_value_column.
Default behavior: The reference values are the distinct feature-value combinations.
- Accumulate
- [Optional] Specifies the names of the columns in predict_feature_table that the function copies to the output table.