when I run the code below, I almost get what I want. The only problem is that the number of individuals (N_clust) and the number of observations (N) appear with three zero digits behind the point: eg 125.000.
I am not sure how to fix that problem.
Code:
esttab est1 est2 est3 est4 using x.tex, label replace unstack b(3) se(3) numbers stats(r2 N_clust N, labels(R2 Individuals Observations))
Code:
esttab est1 est2 est3 est4 using x.tex, label replace unstack b(3) se(3) numbers stats(r2 N_clust N, fmt(%9.0f) labels(R2 Individuals Observations))
I would greatly appreciate some help on this issue.
Thanks,
Nico
0 Response to How to get the number of digits correct using esttab
Post a Comment