I am running logit but outreg2 does not automatically report pseudo-R^2.
From fitstat, I know how to get lots of different measures of goodness-of-fit measures for logit regression.
But still I can't figure out how to force outreg2 to report them to a neat either txt or excel outcome.
What I trying is just standard code
logit y x if z==1
outreg2 using output.xls, append ctitle(output)
How should I go about it?
From fitstat, I know how to get lots of different measures of goodness-of-fit measures for logit regression.
But still I can't figure out how to force outreg2 to report them to a neat either txt or excel outcome.
What I trying is just standard code
logit y x if z==1
outreg2 using output.xls, append ctitle(output)
How should I go about it?
Comment