Difference between revisions of "Matching LBOs (Julia)"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
*Output: tab delimited file "E:/McNair/Projects/LBO/New matching/matchresults.txt" | *Output: tab delimited file "E:/McNair/Projects/LBO/New matching/matchresults.txt" | ||
**This is the input file, except with an additional column "matchpair" indicating matched pairs: | **This is the input file, except with an additional column "matchpair" indicating matched pairs: | ||
| − | **Positive integers identify pairs matched, negative integers identify matched non-LBOs in years other than the match, -0.1 identifies LBOs that failed to match under | + | **Positive integers identify pairs matched, negative integers identify matched non-LBOs in years other than the match, -0.1 identifies LBOs that failed to match under constraints provided |
===Running Code=== | ===Running Code=== | ||
Revision as of 03:47, 30 June 2017
| Matching LBOs (Julia) | |
|---|---|
| Project Information | |
| Project Title | Matching LBOs (Julia) |
| Owner | James Chen |
| Start Date | |
| Deadline | |
| Keywords | Tool |
| Primary Billing | |
| Notes | |
| Has project status | Active |
| Copyright © 2016 edegan.com. All Rights Reserved. | |
Leveraged Buyout Innovation (Academic Paper)
Contents
Instructions for running matching code
Inputs and Outputs
- Input: tab delimited file "E:/McNair/Projects/LBO/Clean/STATApredictLBOclean.txt"
- This contains list of LBO and nonLBO firms from compustat 1970-2015, propensity scores, patent data, and other variables generated from stata code "statadatasetup4.do" and "statapredictLBOclean.do"
- Output: tab delimited file "E:/McNair/Projects/LBO/New matching/matchresults.txt"
- This is the input file, except with an additional column "matchpair" indicating matched pairs:
- Positive integers identify pairs matched, negative integers identify matched non-LBOs in years other than the match, -0.1 identifies LBOs that failed to match under constraints provided
Running Code
- Open Julia command line in administrator mode
- Change directory to E:\McNair\Projects\LBO\New matching\
- Run script LBOmatchscript.jl