Tutorials
Short, worked walkthroughs — plain-language explanation first, then a real Stata command, then the actual console output that command produces. If you’d rather look up a specific command directly, see the command reference.
Foundations
- Installation & Setup — installing nwcommands, the “Network Analysis” menu, updating vs. pinning a version
- Core Concepts — what a “network” is in nwcommands, the current-network model, working alongside ordinary Stata variables
- Importing & Exporting — edgelists, UCINET/Pajek formats, and built-in example datasets
Working with networks
- Visualization — plot styling, network movies
- Generating Networks — random, small-world, preferential-attachment, and lattice networks, useful for teaching and simulation
- Manipulating Networks — subsetting, collapsing, symmetrizing, recoding, dichotomizing
Analysis
- Centrality — degree, betweenness, closeness, eigenvector, PageRank, Katz
- Paths & Ego Networks — geodesics, reachability, ego-network extraction
Statistical modeling
- Intro to ERGM in Stata — what an exponential-family random graph model is,
and a minimal
nwergmexample - Intro to Longitudinal Network Models — a conceptual
orientation to stochastic actor-oriented models (
nwsaom) and relational event models (nwrem)