Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Esttab and "too many base levels specified"


From   [email protected]
To   [email protected]
Subject   st: Esttab and "too many base levels specified"
Date   Sun, 14 Oct 2012 19:58:22 +0200 (CEST)

Dear friends, I have a serious problem. Please help me. I'm running a
bunch of regressions, storing the results, and trying to output the
results using esttab. Whenever I run my regressions and include business
or year dummies, esttab gives me the error "too many base levels
specified" (even though the dummies aren't included in the table).
I also used fvset before running the regressions. The regression results
are ok, but how can I put the bunch of results in the esttab output. Here
is my dofile:

logit `int' `roe' `basisv' `linecontrols' i.year, cluster(groupid);
eststo;
logit `int' `roa' `basisv' `linecontrols' i.year, custer(groupid);
eststo;

esttab,
indicate("Line of business controls = lb*" "Year dummy variables = year*")
se b(3) scalars(N r2_a) label replace varwidth(30) obslast nogaps align(l)
compress nogap title(title here)
star(* 0.10 ** 0.05 *** 0.01);

esttab using review_x1.rtf,
indicate("Line of business controls = lb*" "Year dummy variables = year*")
se b(3) scalars(N r2_a) label replace varwidth(30) obslast nogaps align(l)
modelwidth(6) nogap title(title here)
star(* 0.10 ** 0.05 *** 0.01);

eststo clear;


Thank you in advance,
Mehmet Altun
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index