Hi all,
I have a probit regression and I present the results based on marginal effects. I was told that I needed to report the constant term as well.
Is there a way to do that? Stata provides me with a number when I use
but I highly doubt that it has a meaning. Should I report the constant term as it is or is there another way to follow to make it meaningful?
Thanks!
I have a probit regression and I present the results based on marginal effects. I was told that I needed to report the constant term as well.
Is there a way to do that? Stata provides me with a number when I use
Code:
margins, dydx(_cons)
Thanks!
Comment