check_data_survival {AutoScore} | R 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)
[Package AutoScore version 1.0.0 Index]