conversion_table_survival: AutoScore function for survival outcomes: Print conversion...

View source: R/AutoScore_Survival.R

conversion_table_survivalR Documentation

AutoScore function for survival outcomes: Print conversion table

Description

Print conversion table for survival outcomes

Usage

conversion_table_survival(
  pred_score,
  score_cut = c(40, 50, 60),
  time_point = c(7, 14, 30, 60, 90)
)

Arguments

pred_score

a data frame with outcomes and final scores generated from AutoScore_testing_Survival

score_cut

Score cut-offs to be used for generating conversion table

time_point

The time points to be evaluated using time-dependent AUC(t).

Value

conversion table and the it will also be printed out directly.

See Also

AutoScore_testing_Survival


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