ARIpermEEG | R Documentation |
Performs ARI using permutation local test for EEG data
ARIpermEEG(data, alpha, family, delta, alternative, timeS, dist, formula, variable, B, effect, model, ...)
data |
data, default is NULL. You need to insert data or model |
alpha |
alpha level |
family |
which family for the confidence envelope? simes, finner, beta or higher.criticism. default is simes |
delta |
do you want to consider at least delta size set? |
alternative |
alternative hypothesis |
timeS |
time signal to select, default NULL, i.e. no selection |
dist |
an double defining the maximal distance for adjacency of two channels |
formula |
formula object defining the design of the model. |
variable |
variables to use in the right part of the formula |
B |
number of permutation, default 5000 |
eff |
effect of interest where apply ARI |
permuco4brain |
model, default is NULL |
Returns a data.frame with number of true discoveries for each cluster
Angela Andreella
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.