Announcement

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

  • can't install ivreg2/ivreg28/ivreg29/ivreg210

    Hello

    I tried to install ivreg2/ivreg28/ivreg29/ivreg210, but I am getting errors as follows for each of them

    package name: ivreg2.pkg
    from: http://fmwww.bc.edu/RePEc/bocode/i/

    checking ivreg2 consistency and verifying not already installed...
    unexpected end of file
    could not copy http://fmwww.bc.edu/RePEc/bocode/i/ivreg2.ado
    (no action taken)

    r(612);


    someone, please help fix this issue, I am working on STATA15.0
    thank you

  • #2
    Do you have write permissions on your device?

    Code:
    ssc install ivreg2, replace
    should work.

    Comment

    Working...
    X