bart-internal {parsnip} | R Documentation |
Developer functions for predictions via BART models
Description
Developer functions for predictions via BART models
Usage
dbart_predict_calc(obj, new_data, type, level = 0.95, std_err = FALSE)
Arguments
obj |
A parsnip object. |
new_data |
A rectangular data object, such as a data frame. |
type |
A single character value or |
level |
Confidence level. |
std_err |
Attach column for standard error of prediction or not. |
[Package parsnip version 1.3.2 Index]