check_data_ordinal {AutoScore} | R Documentation |
AutoScore function for ordinal outcomes: Check whether the input dataset fulfil the requirement of the AutoScore
Description
AutoScore function for ordinal outcomes: Check whether the input dataset fulfil the requirement of the AutoScore
Usage
check_data_ordinal(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_ordinal")
check_data_ordinal(sample_data_ordinal)
[Package AutoScore version 1.0.0 Index]