Hi all,

I'm working on a fractional response regression:

Code:
fracreg logit y1 x1 x2, vce(cluster id)
I need to make inferences about the parameters. Should I use margins dydx or dyex? And what is the correct way to comment on the margins dyex?

Thanks