compute_score_table {AutoScore}R Documentation

Internal function: Compute scoring table based on training dataset (AutoScore Module 3)

Description

Compute scoring table based on training dataset

Usage

compute_score_table(train_set_2, max_score, variable_list)

Arguments

train_set_2

Processed training set after variable transformation (AutoScore Module 2)

max_score

Maximum total score

variable_list

List of included variables

Value

A scoring table


[Package AutoScore version 1.0.0 Index]