Learn R Programming

piRF (version 0.1.0)

predictionUbRF: Performs prediction debiasing from Tung 2014

Description

This function is primarily meant to be used within the TungUbRF() function. All parameters are same as in TungUbRF().

Usage

predictionUbRF(
  rf,
  formula = NULL,
  train_data = NULL,
  pred_data = NULL,
  num_trees = NULL,
  min_node_size = NULL,
  m_try = NULL,
  keep_inbag = TRUE,
  intervals = TRUE,
  alpha = alpha,
  forest_type = "QRF",
  weights = NULL,
  num_threads = num_threads,
  interval_type = NULL
)

Arguments