Internal function: Compute risk scores for ordinal data given variables selected, cut-off values and scoring table
compute_final_score_ord(data, final_variables, cut_vec, scoring_table)A processed data.frame that contains data for validation
or testing purpose. This data.frame must have variable label
and should have same format as train_set (same variable names and
outcomes)
A vector containing the list of selected variables,
selected from Step(ii) AutoScore_parsimony_Ordinal.
Generated from STEP(iii) AutoScore_weighting_Ordinal.
The final scoring table after fine-tuning, generated
from STEP(iv) AutoScore_fine_tuning_Ordinal.Please follow the
guidebook