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
DBF file into StataHi How I can import the DBF file into Stata. I am trying to use the import dbase using filename bu…
looping to pull a single observation based on age from unbalanced longitudinal dataHi. I have repeated measures for various midlife health conditions (e.g. diabetes, hypertension) th…
Ebalance - weights above 1, how to force to be below?Hi, I am doing an analysis on the effect of disasters on income and am using tax data, which I can …
Installation splitsample in stataHi All, splitsample command is not a type of ssc , so how could I install it into Stata ? …
Merge distributional dotplotsHello everyone! I have the following four variables, plad, mlad, dlad and AcuteCoronarySyndromePheno…
Subscribe to:
Post Comments (Atom)
0 Response to mata object already exists error when using stats() option with estimates tab
Post a Comment