A wrapper around mlpack::bayesian_linear_regression()
that allows
passing a formula.
Usage
linear_regression_bayesian(
formula = NULL,
data = NULL,
center = FALSE,
scale = FALSE,
x = NULL,
y = NULL
)
A wrapper around mlpack::bayesian_linear_regression()
that allows
passing a formula.
linear_regression_bayesian(
formula = NULL,
data = NULL,
center = FALSE,
scale = FALSE,
x = NULL,
y = NULL
)