Learn R Programming

BayesfMRI (version 0.3.11)

BayesGLM_argChecks: Bayes GLM arg checks

Description

Checks arguments for BayesGLM and BayesGLM_cifti

Usage

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
)

Value

The arguments that may have changed, in a list: scale_BOLD, do_Bayesian, do_EM, and do_pw.

Arguments

combine_sessions

See BayesGLM.

scale_BOLD, scale_design

See BayesGLM.

Bayes, EM

See BayesGLM.

ar_order, ar_smooth, aic

See BayesGLM.

num.threads

See BayesGLM.

return_INLA

See BayesGLM.

verbose

See BayesGLM.

meanTol, varTol, emTol

See BayesGLM.

Details

Avoids duplicated code between BayesGLM and BayesGLM_cifti