View source: R/BayesGLM_utils.R
BayesGLM_argChecks | R Documentation |
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
)
scale_BOLD |
See |
Bayes , EM |
See |
ar_order , ar_smooth , aic |
See |
n_threads |
See |
return_INLA |
See |
verbose |
See |
meanTol , varTol , emTol |
See |
Avoids duplicated code between BayesGLM
and fit_bayesglm
The arguments that may have changed, in a list: scale_BOLD
,
do_Bayesian
, do_EM
, and do_pw
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.