CheckInputs {Information} | R Documentation |
CheckInputs
Checks user inputs and converts factors to characters. Returns the altered dataframes as a list.
Provides readable reasons if errors are found.
CheckInputs(train, valid, trt, y)
train |
training data. |
valid |
validation dataset (default is NULL) |
trt |
treatment indicator |
y |
dependent variable |