I want to calculate the marginal effects of my control variables after regressing my dependent variable Y, which is bounded between 0 and 1. The following is my regression:
- glm Y a b c d e f i.country, fa(b) link(logit) vce(robust) -, where a and b are dummy variables and c and d are interaction terms between the dummy variables and the variable e.

I am not sure if I should use:
- margins a b c d e f, - or - margins a b c d e f, dydx -

Can somebody please help me with this query?