Giter VIP home page Giter VIP logo

Comments (6)

sergiocorreia avatar sergiocorreia commented on August 14, 2024

Hi David,

This should be fixed if you upgrade to the latest version of ivreghdfe (1.1.3)

Let me know if that's not the case.

Best,
S

from reghdfe.

droodman avatar droodman commented on August 14, 2024

Ah thank you. In case useful for others, I installed this new version with:

net install ivreghdfe, replace from(https://raw.github.com/sergiocorreia/ivreghdfe/1.1.3/src)

from reghdfe.

yixin-mei avatar yixin-mei commented on August 14, 2024

Hi, I recently encountered a similar issue when I tried to bootstrap the ivreghdfe. The error is still there even after I reinstalled all the related packages. The following is an example. How to deal with the error? Is it a crash tracing to reghdfe? Btw, I am using Stata/MP 16.0. Thanks!

sysuse auto.dta, clear

bootstrap, reps(100) seed(123): ivreghdfe mpg (weight = trunk), a(i.foreign)
(running ivreghdfe on estimation sample)

Bootstrap replications (100)
----+--- 1 ---+--- 2 ---+--- 3 ---+--- 4 ---+--- 5
.................................................. 50
.................................................. 100
last estimates not found
r(301);

end of do-file

r(301);

from reghdfe.

droodman avatar droodman commented on August 14, 2024

@yixin-mei I suggest you try reghdfejl. It has built-in support for bootstrapping with parallel processing, so it is very fast (except on first use). It accepts the ivreghdfe IV syntax. So you could do something like

reghdfejl mpg (weight = trunk), a(foreign) bs(reps(1000) seed(42) procs(6))

"reghdfejl"requires the "julia" package; both are available through the ssc install command. It also requires Julia, which is free. After installing the "julia" package, type "help jl" to find instructions for installing Julia.

from reghdfe.

yixin-mei avatar yixin-mei commented on August 14, 2024

@yixin-mei I suggest you try reghdfejl. It has built-in support for bootstrapping with parallel processing, so it is very fast (except on first use). It accepts the ivreghdfe IV syntax. So you could do something like

reghdfejl mpg (weight = trunk), a(foreign) bs(reps(1000) seed(42) procs(6))

"reghdfejl"requires the "julia" package; both are available through the ssc install command. It also requires Julia, which is free. After installing the "julia" package, type "help jl" to find instructions for installing Julia.

Thank you for the advice! I've checked out the github page of reghdfejl. Unluckily, it seems that the package does not support weak identification diagnostics, which is necessary in my analysis. I am wondering why the standard bootstrap procedure will break for ivreghdfe but works fine for reghdfe. Does anyone have ideas about how to deal with the error when bootstrapping ivreghdfe?

from reghdfe.

droodman avatar droodman commented on August 14, 2024

reghdfejl does now report the K-P F statistic....

from reghdfe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.