Hi, when using the following commands:

asdoc regress lnincome i.race age age_squared i.region i.highestqualification i.fulltime_parttime i.occupation i.marital race##c.dependentchildren i.wave, cluster(pidp), if sex==2

asdoc margins race , dydx(dependentchildren) pwcompare

When showing the output of the pwcompare command, only confidence intervals, but not p-values are shown. Therefore, can this be done with p-values, to show if the co-efficients of the pairwise comparisons of the margins from the interaction term are statistically significant? If so how would the second line of code be adapted?

Thanks