Greetings!
I would like to ask if there is a way to outreg2 tests such as RESET, and VIF ? I want to present my results without using screenshots or even manually inputting the results in a table.
Here are the commands for each test for reference -
Ramsey's Regression Specification Error Test (RESET)
Variance Inflation Factor (VIF) Test
For additional reference, I am using a Pooled OLS model with one independent variable (ESG) and control variables with Time and Industry-Fixed Effects. Here is my command for the POLS model
I would like to ask if there is a way to outreg2 tests such as RESET, and VIF ? I want to present my results without using screenshots or even manually inputting the results in a table.
Here are the commands for each test for reference -
Ramsey's Regression Specification Error Test (RESET)
Code:
estat ovtest
Code:
vif
Code:
reg StockReturn ESG EPS ROE ROA FirmSize Profitability i.Year i.I_ID, cluster(CompanyName)

Comment