View source: R/check_data_inputs.R
format_design | R Documentation |
Format design for BayesGLM
, fit_bayesglm
,
multiGLM
, and multiGLM_fun
.
format_design(
design,
scale_design = TRUE,
nS_expect = NULL,
nT_expect = NULL,
nD_expect = NULL,
per_location_design = NULL
)
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 |
|
design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.