Hi! I am a very early beginner in Stata so I apologise in advance for any lack of info in this topic.
Basically I need a word output for the following:
by ID, sort : xtreg CostodelCapitalediRischioC SPGlobalESGSP_ESG BetaBETA ReturnonAssetROA ReturnonEquityROE MarkettoBookRatioMTB TotalAssetsSIZE FinancialLeverageLEV, fe
outreg2 using myfile.doc, replace label
ID was generated as follows: encode Indice, generate(ID) and it contains two values (FTSE and NSDQ), but unfortunately when I run the outreg command the word file only contains the results for one regression.
How can I solve this? Sorry if the question is silly, but I am a complete novice
Thank you!
Basically I need a word output for the following:
by ID, sort : xtreg CostodelCapitalediRischioC SPGlobalESGSP_ESG BetaBETA ReturnonAssetROA ReturnonEquityROE MarkettoBookRatioMTB TotalAssetsSIZE FinancialLeverageLEV, fe
outreg2 using myfile.doc, replace label
ID was generated as follows: encode Indice, generate(ID) and it contains two values (FTSE and NSDQ), but unfortunately when I run the outreg command the word file only contains the results for one regression.
How can I solve this? Sorry if the question is silly, but I am a complete novice
Thank you!
Comment