CheckInputs {Information} | R Documentation |
(helper function) Check user inputs and convert factors to characters. Provide readable reasons if errors are found.
Description
CheckInputs
Checks user inputs and converts factors to characters. Returns the altered dataframes as a list.
Provides readable reasons if errors are found.
Usage
CheckInputs(train, valid, trt, y)
Arguments
train |
training data. |
valid |
validation dataset (default is NULL) |
trt |
treatment indicator |
y |
dependent variable |
[Package Information version 0.0.9 Index]