anovaTfce: TFCE-correction of the test statistic

Description Usage Arguments

View source: R/anova.R

Description

anovaTfce is called internally by arrayAnova and arrayTtest and performs TFCE-correction of the given test statistic

Usage

1
anovaTfce(x, target_dim, has_neg, nr_chan, nr_time, tfce)

Arguments

x

numeric matrix or array of test statistic (chan_time X other_dimensions or chan X time X other_dimenions)

target_dim

the dimension(s) which hold chan and time values (usually 1L if x is a matrix and 1:2L if x is an array)

has_neg

logical scalar whether x might have negative values (TRUE for a t-statistic and FALSE for an F-statistic)

nr_chan

number of channels

nr_time

number of time points

tfce

a list of TFCE parameters


tdeenes/eegR documentation built on April 19, 2021, 4:17 p.m.