powered by
AutoScore function for datasets with binary outcomes: Check whether the input dataset fulfill the requirement of the AutoScore
check_data(data)
No return value, the result of the checking will be printed out.
The data to be checked
data("sample_data") names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label" check_data(sample_data)
Run the code above in your browser using DataLab