Helper function when multiple variables are supplied for a BART prior
Source:R/prior_bart.R
BARTPriors.Rd
This is a helper function to specify several BARTPrior objects with the same hyper-parameters, but different variables.
Usage
BARTPriors(variable, hyper = 0.75, ...)
# S4 method for class 'character'
BARTPriors(variable, hyper = 0.75, ...)
See also
Other prior:
BARTPrior()
,
BREGPrior()
,
BREGPriors()
,
GDBPrior()
,
GDBPriors()
,
GLMNETPrior()
,
GLMNETPriors()
,
INLAPrior()
,
INLAPriors()
,
STANPrior()
,
STANPriors()
,
XGBPrior()
,
XGBPriors()
,
add_priors()
,
get_priors()
,
priors()
,
rm_priors()