Description Usage Arguments Value Author(s)
tfceFn
performs TFCE correction. This function is not
intended for direct use.
1 2 3 4 5 6 7 8 9 |
x |
numeric matrix or array |
chn |
channel neighbourhood matrix |
eh |
numeric vector of E and H parameters |
nr_steps |
number of threshold steps (default: 50L) |
channel_dim |
the dimension of x which represents channels (default: 1L) |
has_neg |
logical value if there are (or can be) negative values in x (default: TRUE) |
has_pos |
logical value if there are (or can be) positive values in x (default: TRUE) |
numeric matrix or array of the same dimensions as x
The original C code was written by Christian Gaser, further modified by Pau Coma and adopted to EEG analysis by Armand Mensen. Denes Toth ported the C code to C++ (Rcpp) with minor improvements and added the R wrapper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.