Hi!
I am currently researching to see the learning effects of past acquisitions on acquisiton premiums.
I am currently trying to output my models using the outreg2 function but when I output all my models (total of 8) the order of the variables becomes mixed up. Would appreciate any suggestions on how to fix this.
My current do list looks like:
xtreg premium1m relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) replace
xtreg premium1m FA relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h ratiolagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h faxlagsmallg5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmalll5d_h faxlagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h ratiolagsmalll5d_h faxlagsmallg5d_h faxlagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
where the variables "FA ratiolagsmallg5d_h ratiolagsmalll5d_h faxlagsmallg5d_h faxlagsmalll5d_h" represent my independent and interaction variables and all other variables are my controls.
After running these regressions, I click on the file,
Until model 3, each additional new variable appears BEFORE the controls (i.e.: the order of the variables on the very left column is: FA, ratiolagsmallg5d_h + controls) however, starting from model 4, each additional new variable appears AFTER the controls rather than BEFORE the controls (i.e.: order of variables is: FA, ratiolagsmallg5d_h + controls+ratiolagsmalll5d_h+faxlagsmallg5d_h + faxlagsmalll5d_h).
I have also attached the output file to help demonstrate.
//Version of outreg2//
. which outreg2
c:\ado\plus\o\outreg2.ado
*! outreg2 2.3.2 17aug2014 by [email protected]
*! based on outreg 3.0.6/4.0.0 by [email protected]
Also, this is unrelated to outreg2, but does anyone also happen to know if there is a command that basically means "EXCEPT BLANKS" that can be used when tabbing variables?
Thank you so much!
I am currently researching to see the learning effects of past acquisitions on acquisiton premiums.
I am currently trying to output my models using the outreg2 function but when I output all my models (total of 8) the order of the variables becomes mixed up. Would appreciate any suggestions on how to fix this.
My current do list looks like:
xtreg premium1m relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) replace
xtreg premium1m FA relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h ratiolagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h faxlagsmallg5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmalll5d_h faxlagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
xtreg premium1m FA ratiolagsmallg5d_h ratiolagsmalll5d_h faxlagsmallg5d_h faxlagsmalll5d_h relsizesz acqrtotaldebtequity termination unhostiled tgtdefense competing stock acqrbm tgtbm tgtfatier1 i.announcedyear if announcedyear>=1990 & financial==0 & sought>50, fe r
outreg2 using alternative-fin&maj.doc, drop (i.announcedyear) append
where the variables "FA ratiolagsmallg5d_h ratiolagsmalll5d_h faxlagsmallg5d_h faxlagsmalll5d_h" represent my independent and interaction variables and all other variables are my controls.
After running these regressions, I click on the file,
Until model 3, each additional new variable appears BEFORE the controls (i.e.: the order of the variables on the very left column is: FA, ratiolagsmallg5d_h + controls) however, starting from model 4, each additional new variable appears AFTER the controls rather than BEFORE the controls (i.e.: order of variables is: FA, ratiolagsmallg5d_h + controls+ratiolagsmalll5d_h+faxlagsmallg5d_h + faxlagsmalll5d_h).
I have also attached the output file to help demonstrate.
//Version of outreg2//
. which outreg2
c:\ado\plus\o\outreg2.ado
*! outreg2 2.3.2 17aug2014 by [email protected]
*! based on outreg 3.0.6/4.0.0 by [email protected]
Also, this is unrelated to outreg2, but does anyone also happen to know if there is a command that basically means "EXCEPT BLANKS" that can be used when tabbing variables?
Thank you so much!
Comment