View source: R/baseline_model.R
baseline | R Documentation |
Generates a baselinespec for modeling low-frequency drift in fMRI time series.
baseline(
degree = 1,
basis = c("constant", "poly", "bs", "ns"),
name = NULL,
intercept = c("runwise", "global", "none")
)
degree |
Number of basis terms per image block (ignored for "constant"). |
basis |
Type of basis ("constant", "poly", "bs", or "ns"). |
name |
Optional name for the term. |
intercept |
Type of intercept to include ("runwise", "global", or "none"). |
A baselinespec list instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.