Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmahanp/adolescent_status


https://github.com/mcmahanp/adolescent_status

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

This is replication code for _Status Ambiguity and Horizontality Among Adolescents_.

Due to the sensitive nature of the the data, this is not a complete pipeline from Add Health wave 1 to the final output. The most important parts of the analytical pipeline are present, however:

1. `OrderEstimator` is included as a submodule from . This is the general-purpose code to estimate status relations from an asymmetric adjacency matrix.
2. `create_anon_graphs.py` creates anonymized GraphML files from Add health friendship nomination data.
3. `ranking_order_parallel.py` uses `OrderEstimator` to estimate status relations on each of the anonymized networks.
4. `analyze_traces.py` creates status-relation DAGs from the output traces in the previous step.
5. `merge_node_data.R` merges data from raw Add Health files and calculates relevant variables.
6. `regressions.R` performs the regressions and saves the results to disk.

This work is licensed under CC BY-NC-SA 4.0