I would like to plot the interaction terms from a regression like the following.
xtile decil= weight, nq(5)
reg price length i.foreign##i.decil, r
coefplot, nolab keep(1.foreign#*.decil)
However, I do not know how to change the labels from "*.foreign#*.decil" for a consecutive label such as (1 decil, 2 decil ) or (1, 2, ...)
xtile decil= weight, nq(5)
reg price length i.foreign##i.decil, r
coefplot, nolab keep(1.foreign#*.decil)
However, I do not know how to change the labels from "*.foreign#*.decil" for a consecutive label such as (1 decil, 2 decil ) or (1, 2, ...)
Comment