View source: R/tidy-posterior-BART.R
fitted_draws_BART | R Documentation |
BART
-package modelsGet fitted draws from posterior of BART
-package models
fitted_draws_BART( model, newdata = NULL, value = ".value", ..., include_newdata = TRUE, include_sigsqs = FALSE, scale = "real" )
model |
A model from |
newdata |
Data frame to generate fitted values from. If omitted, defaults to the data used to fit the model. |
value |
The name of the output column for |
... |
Arguments to pass to |
include_newdata |
Should the newdata be included in the tibble? |
include_sigsqs |
Should the posterior sigma-squared draw be included? |
scale |
Should the fitted values be on the real, probit or logit scale? |
A tidy data frame (tibble) with fitted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.