BayesGLM_format_design {BayesfMRI} | R Documentation |
Format design
Description
Format design for BayesGLM
, fit_bayesglm
,
multiGLM
, and multiGLM_fun
.
Usage
BayesGLM_format_design(
design,
scale_design = TRUE,
nS_expect = NULL,
nT_expect = NULL,
nD_expect = NULL,
per_location_design = NULL
)
Arguments
design |
The |
scale_design |
Scale the design matrix by dividing each column by its
maximum and then subtracting the mean? Default: |
nS_expect |
The expected number of sessions, if known. |
nT_expect |
The expected number of timepoints, if known. For multi-session data this is a session-length vector. |
nD_expect |
The expected number of designs, if known. For per-location
modeling this is equal to |
per_location_design |
|
Value
design