Dear all,

can anyone point me towards a place to look for the exact statistic for the comparison of average marginal effects, as described below?


Code:
reshape long out, i(pid) j(group)


local n = 0
logit out $righthand3, vce(robust)
margins, dydx(*) over(group) post
test [1.D_female]0.group = [1.D_female]1.group
Thank you very much!

Best

Daniel