scale_timeseries {fMRItools} | R Documentation |
Scale the BOLD timeseries
Description
Scale the BOLD timeseries
Usage
scale_timeseries(
BOLD,
scale = c("auto", "mean", "sd", "none"),
transpose = TRUE
)
Arguments
BOLD |
fMRI data as a locations by time ( |
scale |
Option for scaling the BOLD response. \code{"auto"} (default) will use \code{"mean"} scaling except if demeaned data is detected (if any mean is less than one), in which case \code{"mean"} scaling will scale the data to percent local signal change. \code{"sd"} scaling will scale the data by local standard deviation. \code{"none"} will only center the data, not scale it. |
transpose |
Transpose |
Value
Scale to units of percent local signal change and centers
[Package fMRItools version 0.4.7 Index]