Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • resetxt locks on small data set

    When I run:

    Code:
    resetxt esg totmktval, id(id) it(date) model(xtbe)
    I get:
    Code:
    ============================================================================== 
     * Between-Effects Panel Data Regression
    and then Stata locks up, I terminated it after ten minutes. I've also tried xtfe as specification. My data set is not that large and other regressions/commands finish instantly. My panel data is set up using:

    Code:
    xtset id date
    Any idea how I should approach/investigate this in order to find a solution?

  • #2
    Since resetxt is a community contributed command hosted on SSC, my inclination is to turn there for further information.
    Code:
    . ssc describe resetxt
    
    ------------------------------------------------------------------------------------------------
    package resetxt from http://fmwww.bc.edu/repec/bocode/r
    ------------------------------------------------------------------------------------------------
    
    TITLE
          'RESETXT': Module to Compute Panel Data REgression Specification Error Tests (RESET)
    
    DESCRIPTION/AUTHOR(S)
          
           resetxt computes Panel Data REgression Specification Error Tests
          (RESET)
          
          KW: Regression
          KW: Panel
          KW: Cross Sections-Time Series
          KW: Ramsey RESET Test
          KW: DeBenedictis-Giles Specification ResetL Test
          KW: DeBenedictis-Giles Specification ResetS Test
          KW: White Functional Form Test
          
          Requires: Stata version 11.2
          
          Distribution-Date: 20151016
          
          Author: Emad Abd Elmessih Shehata, Agricultural Economics Research Institute, Egypt
          Support: email [email protected]
          
          Author: Sahra Khaleel A. Mickaiel, Cairo University, Faculty of Agriculture, Egypt
          Support: email [email protected]
          
    
    INSTALLATION FILES                              (type net install resetxt)
          resetxt.ado
          resetxt.sthlp
          resetxt.dlg
    
    ANCILLARY FILES                                 (type net get resetxt)
          resetxt.dta
    ------------------------------------------------------------------------------------------------
    (type ssc install resetxt to install)
    We see one of the authors is the Statalist member Emad Shehata who perhaps will see this and respond. Or you could write directly to the authors seeking their support at the email addresses supplied in the description.

    Comment


    • #3
      Related thread is https://www.statalist.org/forums/for...r-on-basic-run.

      Comment

      Working...
      X