https://github.com/dianagold/crosswalk
Stata program to transform variables using an external crosswalk csv file
https://github.com/dianagold/crosswalk
crosswalk harmonization stata stata-command
Last synced: 3 months ago
JSON representation
Stata program to transform variables using an external crosswalk csv file
- Host: GitHub
- URL: https://github.com/dianagold/crosswalk
- Owner: dianagold
- License: mit
- Created: 2020-02-11T18:28:04.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-29T18:19:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T11:38:48.350Z (4 months ago)
- Topics: crosswalk, harmonization, stata, stata-command
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crosswalk
Stata program to transform variables using an external crosswalk csv file.It is especially useful when constructing master data sets from multiple smaller data sets that do not name or encode variables consistently across files.
## Package description
'CROSSWALK': transforms variables using an external crosswalk csv
Keywords: _crosswalk | encode | rename | translate_
## Installation
**crosswalk** is currently not published on [SSC](https://www.stata.com/support/ssc-installation/), so it cannot be installed through `ssc install`.
If you want to install the most recent carefully curated version of **crosswalk** then you can use the code below:
```
net install dependencies, from("https://raw.githubusercontent.com/dianagold/crosswalk/master/src") replace
```Please check the help file, installed with the package, for more information on how to use **crosswalk**.
## Author
**Diana Goldemberg** [ [[email protected]](mailto:[email protected]) ]
### Acknowledgements
This program was inspired by similar efforts made by:
* Sally Hudson & team functions [renamefrom + encodefrom](https://github.com/slhudson/rename-and-encode)
* Hongxi Zhao & J.P Azevedo template for harmonizing MELQO surveys (no public link exist)