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: problems with reg2hdfe
From
Guo Xu <[email protected]>
To
[email protected]
Subject
Re: st: problems with reg2hdfe
Date
Mon, 28 Jan 2013 13:45:13 +0100
Hi,
If I remember right this is because one of your fixed effects are not
numeric (either code or sitc4). In this case, make sure you encode
them first:
encode code, gen(code_num)
encode sitc4, gen(sitc4_num)
Hope this helps.
Guo
On 28 January 2013 13:27, natasha agarwal <[email protected]> wrote:
> Dear All,
>
> I am trying to use the reg2hdfe command for my analysis, and when I
> give the simplest of the command like
>
> reg2hdfe lu Dst, id1(code) id2(sitc4)
>
> I get an error which says "--------------00007 not found"
>
> Has anyone also encountered this problem before ?
>
> Your help will be highly appreciated.
>
> Best,
> Dr. Agarwal
> *
> * 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/