ttest.nettest {DGM}R Documentation

Comparing connectivity strenght of two groups with FDR correction.

Description

Comparing connectivity strenght of two groups with FDR correction.

Usage

ttest.nettest(m, g, alpha = 0.05, fdr = 0.05, perm = FALSE, n_perm = 9999)

Arguments

m

matrix with Nn x Nn x N.

g

group assignment, vector of type factor of size N.

alpha

alpha level for uncorrected test.

fdr

FDR alpha level.

perm

optional permuation test, default is false.

n_perm

number of permutations.

Value

store List with test statistics and p-values.


[Package DGM version 1.7.4 Index]