I tried to export logit regression results to an Excel file. I used eststo to save the results and then I used the following command:
esttab using C:\Users\Ahn\Desktop\tt.csv, pr2
In the Excel file, it shows coefficients, t-stats, and etc, but pseudo r-squared has blanks. When I tried the following command, esttab still doesn't show the values of pseudo r-squared:
esttab, pr2
Is there any way to show pseudo r-squared in the Excel file?
