Learn R Programming

AutoScore (version 1.1.0)

check_data_ordinal: 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)

Value

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

Arguments

data

The data to be checked

Examples

Run this code
data("sample_data_ordinal")
check_data_ordinal(sample_data_ordinal)

Run the code above in your browser using DataLab