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]

Re: st: Esttab and "too many base levels specified"


From   Richard Herron <[email protected]>
To   [email protected]
Subject   Re: st: Esttab and "too many base levels specified"
Date   Sun, 14 Oct 2012 14:16:22 -0400

Your -fvset- may not be binding. Do you use an -if- or -in- statement
that removes your -fvset- from the regression sample?

I am most successful using -last- with -fvset-. HTH.

On Sun, Oct 14, 2012 at 1:58 PM,  <[email protected]> wrote:
> 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/
*
*   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