Checks arguments for BayesGLM
and BayesGLM_cifti
BayesGLM_argChecks(
combine_sessions = FALSE,
scale_BOLD = c("auto", "mean", "sd", "none"),
scale_design = TRUE,
Bayes = TRUE,
EM = FALSE,
ar_order = 6,
ar_smooth = 5,
aic = FALSE,
num.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
.
See BayesGLM
.
Avoids duplicated code between BayesGLM
and BayesGLM_cifti