nwtabulate

One-way table of dyads

Syntax

nwtab:ulate 
[netname]
[,
tabulate1_options]

Description

The one-way nwtabulate simply tabulates all ties in the network and shows the distribution of tie values. It works just as tabulate, but on the level of network ties. The command recognizes when a network is undirected or selflooped.

For example, for a directed network with 5 nodes, the commands displays the distribution of a total of 5 * 4 = 20 tie values. For an undirected network with 5 nodes, the commands displays the distribution of a total of (5 * 4)/2 = 10 tie values.

The command makes use of the normal tabulate command, hence, all tabulate1_options can be applied. This can be useful to extract the distribution of tie values for further calculation.

See also


Back to top

nwcommands is free to install and use, including for commercial research. See the GitHub repository for source, license, and issue tracking.

This site uses Just the Docs, a documentation theme for Jekyll.