residual_draws.bartMachine: Get residual draw for 'bartMachine' model

View source: R/tidy-posterior-bartMachine.R

residual_draws.bartMachineR Documentation

Get residual draw for bartMachine model

Description

Get residual draw for bartMachine model

Usage

## S3 method for class 'bartMachine'
residual_draws(
  object,
  newdata,
  value = ".residual",
  ...,
  ndraws = NULL,
  include_newdata = TRUE,
  include_sigsqs = FALSE
)

Arguments

object

bartMachine model.

newdata

Data frame to generate predictions from. If omitted, original data used to fit the model.

value

Name of the output column for residual_draws; default is .residual.

...

Additional arguments passed to the underlying prediction method for the type of model given.

ndraws

Not currently implemented.

include_newdata

Should the newdata be included in the tibble?

include_sigsqs

Should the posterior sigma-squared draw be included?

Value

Tibble with residuals.


tidytreatment documentation built on March 18, 2022, 6:30 p.m.