esttab works fine to give me the N but estimates tab won't give me any thing with the stats option
. estimates tab rncomm, stats(N)
Mata object __000003 already existsr(110);
*** esttab can give me the N
. esttab rncomm
----------------------------
(1)
rncomm
----------------------------
satjob2_10~t -0.373*
(-2.23)
_cons 92.59***
(224.11)
----------------------------
N 59
----------------------------
t statistics in parentheses
* p<0.05, ** p<0.01, *** p<0.001
*** estimates tab works fine with no options
. estimates tab rncomm
---------------------------
Variable | rncomm
-------------+-------------
satjob2_10~t | -.37328843
_cons | 92.594583
---------------------------
*** estimates tab thinks the syntax is fine
. estimates tab rncomm, stats()
---------------------------
Variable | rncomm
-------------+-------------
satjob2_10~t | -.37328843
_cons | 92.594583
---------------------------
**** Why?
. estimates tab rncomm, stats(N)
Mata object __000003 already existsr(110);
. version
version 17.0
Related Posts with mata object already exists error when using stats() option with estimates tab
Use Output from LCA with Penn State PluginDear Statalisters, i am fairly inexperienced in Stata and i currently try to run some latent class …
Johnson Neyman TechniqueDear Stata Community, I hope that I can describe my concern as accurately as possible. I have calcul…
Alternative to rowjoinbynameIs rowjoinbyname a more recent command? In the desktop Stata version 16 the code below works, in the…
Graphs after margins with interaction and covariatesHi, I am hopeful that someone can help me. I am having trouble understanding how to plot a signifi…
How to replace the previous value of categorical variable based on the current valueHi, as you can see the data, the variable group has many missing values for all pre-2004 data. I wan…
Subscribe to:
Post Comments (Atom)
0 Response to mata object already exists error when using stats() option with estimates tab
Post a Comment