First, thank you very much Dr. Cox for providing such a tool.
Tabcount works very well for me and solves the restriction of tabstat.
Now what I want to do is, refering to the stored result provided by tabcount.
In the other words, for regress command, I can do something like
: regress v1 v2
matrix coef = e(b)
and then whenever I need any element from e(b), I can refer to coef[i, j].
So I am finding the e(b) equivalent for the case of tabcount, too.
Thank you for your help in advance.
Tabcount works very well for me and solves the restriction of tabstat.
Now what I want to do is, refering to the stored result provided by tabcount.
In the other words, for regress command, I can do something like
: regress v1 v2
matrix coef = e(b)
and then whenever I need any element from e(b), I can refer to coef[i, j].
So I am finding the e(b) equivalent for the case of tabcount, too.
Thank you for your help in advance.
Comment