group_stats {CooRTweet}R Documentation

group_stats

Description

With this helper function, you can obtain summary statistics for the objects in the network.

Usage

group_stats(coord_graph, weight_threshold = c("full", "fast", "none"))

Arguments

coord_graph

A result igraph generated by generate_coordinated_network

weight_threshold

The level of the network for which to calculate the statistic. It can be "full," "fast," or "none." The first two options are applicable only if the data includes information on a faster network, as calculated with the flag_speed_share function. These options preliminarily filter the nodes based on their inclusion in the subgraph filtered by edge weight threshold ("full"), filtered by edges created in the faster time window and surpassing the edge weight threshold in that network ("fast"), or apply to the unfiltered graph ("none").

Value

a data.table with summary statistics


[Package CooRTweet version 2.0.2 Index]