community_significance_test: Detects function performs a Wilcoxon rank-sum test on the...

View source: R/community_detection.R

community_significance_testR Documentation

Detects function performs a Wilcoxon rank-sum test on the "internal" and "external" degrees of a community in order to quantify its significance.

Description

The edges within a community are "internal" and the edges connecting the vertices of a community with the rest of the graph are "external". More internal than external edges show that the community is significant; the otherwise suggests that the community is in fact an "anti-community".

Usage

community_significance_test(graph, vs, ...)

Arguments

graph

is igraph object

vs

is the vector of vertices of the original graph which will form the subgraph

...

arguments to pass to wilcox.test function


seekme94/influence.mining documentation built on Aug. 2, 2022, 10:19 p.m.