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