Performs projection scrubbing or DVARS scrubbing, and optionally thresholds to identify artifactual time points.
scrub(X, method = c("projection", "DVARS"), ...)
X | A \(T\) by \(V\) numeric matrix representing an fMRI run. There should
not be any missing data ( |
---|---|
method |
|
... | Additional arguments to the specific scrubbing function: see
|
A list with components
A length \(T\) vector or data.frame with \(T\) rows, giving the outlyingness measure(s)
Describes the outlyingness measure(s)
The outlier cutoff value(s).
A length \(T\) vector or data.frame with \(T\) rows, where TRUE
indicates suspected outlier presence.