compute_final_score_ord {AutoScore} | R Documentation |
Internal function: Compute risk scores for ordinal data given variables selected, cut-off values and scoring table
Description
Internal function: Compute risk scores for ordinal data given variables selected, cut-off values and scoring table
Usage
compute_final_score_ord(data, final_variables, cut_vec, scoring_table)
Arguments
data |
A processed |
final_variables |
A vector containing the list of selected variables,
selected from Step(ii) |
cut_vec |
Generated from STEP(iii) |
scoring_table |
The final scoring table after fine-tuning, generated
from STEP(iv) |
[Package AutoScore version 1.0.0 Index]