scrub {fMRIscrub} | R Documentation |
Data-driven scrubbing
Description
Performs projection scrubbing or DVARS scrubbing, and optionally thresholds to identify artifactual time points.
Usage
scrub(X, method = c("projection", "DVARS"), ...)
Arguments
X |
A |
method |
|
... |
Additional arguments to the specific scrubbing function: see
|
Value
A list with components
- measure
A length
T
vector or data.frame withT
rows, giving the outlyingness measure(s)- measure_info
Describes the outlyingness measure(s)
- outlier_cutoff
The outlier cutoff value(s).
- outlier_flag
A length
T
vector or data.frame withT
rows, whereTRUE
indicates suspected outlier presence.
[Package fMRIscrub version 0.14.5 Index]