compute_score_table: Internal function: Compute scoring table based on training...

View source: R/AutoScore.R

compute_score_tableR 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


AutoScore documentation built on Oct. 16, 2022, 1:06 a.m.