rfSimDf: Create simulation data for Random forest approach
Description
Create data to use in PDP simulation
Usage
rfSimDf(rf_df, seed, sim_ids = NULL, sim_count = NULL,
sim_per = NULL, ...)
Arguments
seed
Random seed for reproducibility
sim_count
number of random rows to simulate
sim_per
percent of rows to randomly simulate
Further Details
See `?rfModel` for more information