scrub | R Documentation |
Performs projection scrubbing or DVARS scrubbing, and optionally thresholds to identify artifactual time points.
scrub(X, method = c("projection", "DVARS"), ...)
X |
A |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.