EconPapers    
Economics at your fingertips  
 

LUVAIN: Stata module to find communities in weighted graph

Nikos Askitas ()

Statistical Software Components from Boston College Department of Economics

Abstract: louvain wraps itself around the Python module "python-louvain" to find clusters in a weighted graph. It assumes you have loaded your network's weighted edges in stata in the form of three variables. So if you have string variables "snode" (the source node) and "tnode" (the target node) and some numerical variable "weight" then you feed the weighted edges by running: louvain snode tnode weight which creates a frame called "louvain" in which it saves two variables: one called "node" holding the unique values of snode and tnode combined and one called "cluster_1" indicating the cluster each node belongs to.

Language: Stata
Requires: Stata version 16
Keywords: network analysis; weighted graph; Python (search for similar items in EconPapers)
Date: 2020-03-08, Revised 2020-06-03
Note: This module should be installed from within Stata by typing "ssc install louvain". The module is made available under terms of the GPL v3 (https://www.gnu.org/licenses/gpl-3.0.txt). Windows users should not attempt to download these files with a web browser.
References: Add references at CitEc
Citations:

Downloads: (external link)
http://fmwww.bc.edu/repec/bocode/l/louvain.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/louvain_gcd.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/louvain.sthlp help file (text/plain)

Related works:
This item may be available elsewhere in EconPapers: Search for items with the same title.

Export reference: BibTeX RIS (EndNote, ProCite, RefMan) HTML/Text

Persistent link: https://EconPapers.repec.org/RePEc:boc:bocode:s458744

Ordering information: This software item can be ordered from
http://repec.org/docs/ssc.php

Access Statistics for this software item

More software in Statistical Software Components from Boston College Department of Economics Boston College, 140 Commonwealth Avenue, Chestnut Hill MA 02467 USA. Contact information at EDIRC.
Bibliographic data for series maintained by Christopher F Baum ().

 
Page updated 2025-03-30
Handle: RePEc:boc:bocode:s458744