GithubHelp home page GithubHelp logo

Comments (4)

JUJU-Boy avatar JUJU-Boy commented on August 10, 2024 1

I have the same problem, because when I execute net install ftools command, it shows host not found, so I use “ssc install” to install, the result of the two installation methods should be the same. But it still shows:
ivreghdfe price weight (length=gear), absorb(rep78, tol(1e-6))
last estimates not found

from ivreghdfe.

sergiocorreia avatar sergiocorreia commented on August 10, 2024 1

Hi @JUJU-Boy

SSC often has the older version so it''s best to install from Github.

I just tested the instructions listed here and they work:

cap ado uninstall ftools
net install ftools, from(https://github.com/sergiocorreia/ftools/raw/master/src/)

Best,
S

from ivreghdfe.

floriancaro avatar floriancaro commented on August 10, 2024

Try re-installing all the required packages from GitHub, worked for me.

* Install ftools (remove program if it existed previously)
cap ado uninstall ftools
net install ftools, from("https://raw.githubusercontent.com/sergiocorreia/ftools/master/src/")

* Install reghdfe
cap ado uninstall reghdfe
net install reghdfe, from("https://raw.githubusercontent.com/sergiocorreia/reghdfe/master/src/")

* Install ivreg2, the core package
cap ado uninstall ivreg2
ssc install ivreg2

* Finally, install this package
cap ado uninstall ivreghdfe
net install ivreghdfe, from(https://raw.githubusercontent.com/sergiocorreia/ivreghdfe/master/src/)

from ivreghdfe.

JUJU-Boy avatar JUJU-Boy commented on August 10, 2024

My guess is that the ivreghdfe instruction makes an error when calling the external command ivreg2. The error may be that the parameters related to the model results are wrong when passing, or more seriously, almost no other external commands are called. Therefore, it is recommended to internalize the external instructions and make the ivreghdfe instruction more independent. This can be done without calling an external command.

from ivreghdfe.

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.