check_data_ordinal: AutoScore function for ordinal outcomes: Check whether the...

View source: R/AutoScore_Ordinal.R

check_data_ordinalR 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)

AutoScore documentation built on Oct. 16, 2022, 1:06 a.m.