predict_honest: Predict Honest Predictions
Description
predict honest prediction for out of sample data
based on the honest sample
Usage
predict_honest(forest, honest_data, test_data)
Value
vector of honest forest predictions
Arguments
- forest
estimated forest object of type ranger
- honest_data
honest dataframe
- test_data
test dataframe