rm_nuisIC | R Documentation |
Subtract estimated nuisance ICs from data matrix. If the number of nuisance ICs is not provided, will estimate using PESEL (the nuisance ICs are a rotation of the nuisance PCs).
rm_nuisIC(
BOLD,
DR = NULL,
template_mean = NULL,
Q2 = NULL,
Q2_max = NULL,
checkRowCenter = TRUE,
verbose = FALSE,
return_Q2 = FALSE
)
BOLD |
the row-centered |
DR , template_mean |
We need an initial estimate of the group ICs, so
that we can avoid removing them during removal of the estimated noise ICs.
Provide either |
Q2 |
The number of nuisance ICs. If |
Q2_max |
If |
checkRowCenter |
Check row means, and raise an error if they are
nonzero? Default: |
verbose |
If |
return_Q2 |
Return (estimated) |
The V
by T
data with the estimated nuisance ICs
subtracted from it. If return_Q2
, a list of length two: the second
entry will be Q2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.