get_inbag_data: Get inbag data of decision tree

View source: R/get_inbag_data.R

get_inbag_dataR Documentation

Get inbag data of decision tree

Description

Get inbag data of decision tree

Usage

get_inbag_data(rf_list, train_data_df, tree_number)

Arguments

rf_list

Random forest, which is built like the one you get from ranger()

train_data_df

Data frame of the training data with which the random forest was trained

tree_number

Number of the decision tree of the rf_list to be displayed

Value

Data frame with inbag observations of decision tree

Author(s)

Lea Louisa Kronziel, M.Sc.


imbs-hl/timbR documentation built on April 17, 2025, 2:08 p.m.