Learn R Programming

AutoScore (version 1.1.0)

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

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_survival")
check_data_survival(sample_data_survival)

Run the code above in your browser using DataLab