Hi,

I am using STINTREG to analyze interval data and as expected, the output is hazard ratios. I want to find the marginal effects instead and I used the following command for it.

Code:
stintreg <independent>, interval (lower upper) distribution(weibull)
margins, dydx(*)
I don't have much experience and was wondering if the estimates from the margins command could be interpreted as "a 1 unit change in <independent> causes a <coefficient> change in <dependent>. Thanks!