Hi,
I have run the following code
I would like to output the results of the post-hoc turkeys test to a Latex table but I'm not sure how to use the stored scalars for this.
I have run the following code
Code:
reg outcome X age education land, cluster(hhid) r oneway outcome X, tabulate pwmean outcome, over (X) mcompare (tukey) effects