Describes how the nuisance / baseline model should be built for every
subject, without binding any particular subject's confound values. The
concrete baseline_model is assembled per subject at instantiation
time from this spec, the subject's sampling_frame, and the subject's
confound matrix.
Arguments
- degree
Integer drift degree passed to
baseline_model().- basis
Drift basis: one of
"bs","poly","ns","constant".- confounds
Optional confound selection used to populate the per-subject nuisance regressors. Either
NULL(no confounds), a character vector of confound column names / patterns, or abidserconfound-set object. Resolved to actual values byfrom_bids()/instantiate().- intercept
Intercept handling passed to
baseline_model().- nuisance_check
How to handle problematic nuisance regressors, passed to
baseline_model().