compute_score_table_ord {AutoScore} | R Documentation |
Internal function: Compute scoring table for ordinal outcomes based on training dataset
Description
Compute scoring table based on training dataset
Usage
compute_score_table_ord(train_set_2, max_score, variable_list, link)
Arguments
train_set_2 |
Processed training set after variable transformation |
max_score |
Maximum total score |
variable_list |
List of included variables |
link |
The link function used to model ordinal outcomes. Default is
|
Value
A scoring table
[Package AutoScore version 1.0.0 Index]