check_data_survival {AutoScore} | R Documentation |
AutoScore function for survival data: Check whether the input dataset fulfill the requirement of the AutoScore
check_data_survival(data)
data |
The data to be checked |
No return value, the result of the checking will be printed out.
data("sample_data_survival")
check_data_survival(sample_data_survival)