testing_data_checker-forestry {Rforestry} | R Documentation |
Test data check
Description
Check the testing data to do prediction
Usage
testing_data_checker(object, newdata, hasNas)
Arguments
object |
A forestry object. |
newdata |
A data frame of testing predictors. |
hasNas |
TRUE if the there were NAs in the training data FALSE otherwise. |
Value
A feature dataframe if it can be used for new predictions.
[Package Rforestry version 0.10.0 Index]