Skip to content

Commit 00bafe4

Browse files
author
STAT-RDP01\tz
committed
Cosmetic change to sinAlgo.do and delete Y_SinStocks.do which is now obsolete.
1 parent 0c4ed89 commit 00bafe4

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Signals/Code/DataDownloads/Y_SinStocks.do

Lines changed: 0 additions & 20 deletions
This file was deleted.

Signals/Code/Predictors/sinAlgo.do

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gen ComparableStock = 1 if tmpFF48 == 2 | tmpFF48 == 3 | tmpFF48 == 7 | tmpFF48
6060
merge m:1 gvkey year using "$pathtemp/temp", keep(master match) nogenerate
6161

6262
* Merge first year segment data
63-
merge m:1 gvkey using "$pathtemp/tempFirstYear"
63+
merge m:1 gvkey using "$pathtemp/tempFirstYear", keep(master match) nogenerate
6464

6565
* Finally, create sin stock indicator
6666
gen sinAlgo = .

0 commit comments

Comments
 (0)