Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmahanp/adolescent_status
https://github.com/mcmahanp/adolescent_status
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmahanp/adolescent_status
- Owner: mcmahanp
- Created: 2024-06-13T20:00:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:03:35.000Z (7 months ago)
- Last Synced: 2024-06-13T22:57:46.270Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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