check_data_survival: AutoScore function for survival data: Check whether the input...

View source: R/AutoScore_Survival.R

check_data_survivalR Documentation

AutoScore function for survival data: Check whether the input dataset fulfill the requirement of the AutoScore

Description

AutoScore function for survival data: Check whether the input dataset fulfill the requirement of the AutoScore

Usage

check_data_survival(data)

Arguments

data

The data to be checked

Value

No return value, the result of the checking will be printed out.

Examples

data("sample_data_survival")
check_data_survival(sample_data_survival)

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