Give the example code
For each fixed value of lc.w, the plotted marginal effects should be
linear in lc.z. Contrasting between the same two levels of lc.w within each
level of lb.z should yield the same test statistic.
Code:
regress y lc.x##lc.w##lc.z l.y, vce(cluster ccode) margins , dydx(l.x) at(lc.z=(-.4(0.1).4) lc.w=(-.5 0 .5)) marginsplot
linear in lc.z. Contrasting between the same two levels of lc.w within each
level of lb.z should yield the same test statistic.
Comment