predict_honest {orf} | R Documentation |
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)
Arguments
forest |
estimated forest object of type ranger |
honest_data |
honest dataframe |
test_data |
test dataframe |
Value
vector of honest forest predictions
[Package orf version 0.1.4 Index]