Difference between revisions of "Matching LBOs (Julia)"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
*Input: tab delimited file "E:/McNair/Projects/LBO/Clean/STATApredictLBOclean.txt" | *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" | **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" | *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 given constraints | 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 given constraints |
Revision as of 03:46, 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 given constraints
Running Code
- Open Julia command line in administrator mode
- Change directory to E:\McNair\Projects\LBO\New matching\
- Run script LBOmatchscript.jl