Changes

Jump to navigation Jump to search
Lines 38-48
#Splitting dataset into LBO and non-LBO firms
#Note that we also filter out all firms that were never granted a single patent in the period 1970-2015
LBOs = @from i in df begin
@where i.everlbo == 1 && (i.matchfilter4 == 1 ||i.matchfilter2b == 1) && i.lboentry == 1
@select i
@collect DataFrame
end
nonLBOs = @from i in df begin
@where i.everlbo == 0 && (i.matchfilter4 == 1 ||i.matchfilter2b == 1)
@select i
@collect DataFrame
end
===Specify propensity score type to use for matching===

Navigation menu