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
Combining regression results and then test for significanceHi Statalists, I have run a lot of regressions in this format: y1 = a1 + b1x1 + b2x2 + e y2 = a2 + …
Which count model to use?I have a dependent variable that ranges from 0-11, and it's the number of Covid-19 precautions the r…
Error with clchi2 (clustered chi-squared test) commandHello, I am trying to assess the relationship between two categorical variables in a clustered data…
npregress series: R2 value not availableHello everyone, I am using Stata 17, and trying out the example from the npregress series manual. .…
Catplot - plotting subcategories or subgroups along with main categoriesDear Statalisters I am using STATA 14.2 with the user written program catplot (ssc install catplot)…
Subscribe to:
Post Comments (Atom)
0 Response to mata object already exists error when using stats() option with estimates tab
Post a Comment