predict_honest: Predict Honest Predictions

View source: R/honest_funs.R

predict_honestR 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


orf documentation built on July 24, 2022, 1:05 a.m.