check.dataset {TimeDepFrail} | R Documentation |
Check presence of null or nan element value in the dataset
Description
The method controls that the dataset does not contain 'NULL', 'null', 'NaN' or 'nan' value.
Usage
check.dataset(data)
Arguments
data |
Dataset (dataframe) |
Value
An error if any condition is not satisfied.
[Package TimeDepFrail version 0.0.0.9 Index]