Checks arguments for BayesGLM and fit_bayesglm
BayesGLM_argChecks(
scale_BOLD = c("mean", "sd", "none"),
Bayes = TRUE,
EM = FALSE,
ar_order = 6,
ar_smooth = 5,
aic = FALSE,
n_threads = 4,
return_INLA = c("trimmed", "full", "minimal"),
verbose = 1,
meanTol = 1e-06,
varTol = 1e-06,
emTol = 0.001
)The arguments that may have changed, in a list: scale_BOLD,
do_Bayesian, do_EM, and do_pw.
See BayesGLM.
See BayesGLM.
See BayesGLM.
See BayesGLM.
See BayesGLM.
See BayesGLM.
See BayesGLM.
Avoids duplicated code between BayesGLM and fit_bayesglm