Difference between revisions of "Matching LBOs (Julia)"

From edegan.com
Jump to navigation Jump to search
Line 12: Line 12:
 
===Inputs and Outputs===
 
===Inputs and Outputs===
  
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
 +
 +
===Running Code===
 +
 +
*Open Julia command line in administrator mode
 +
 +
*Change directory to E:\McNair\Projects\LBO\New matching\
 +
 +
*Run script LBOmatchscript.jl
 +
 +
===Options===

Revision as of 04:45, 30 June 2017


McNair Project
Matching LBOs (Julia)
Project logo 02.png
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)

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

Options