Announcement

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

  • Help install st0026_2

    Hey. I don't know why I can't get this right. This should be the easiest thing to do. No matter what codes I use to install, I keep getting a "package not found" error. I can't even find it on the Stata Journal website. Is the site down or something?

    I've tried:

    net install http://www.stata-journal.com/software/sj5-3

    and

    net install st0026_2

    Neither worked. Thanks

  • #2
    did you try

    net from "http://www.stata-journal.com/software/sj5-3/"

    Note you can get to the commands via point and click from the help menu which gave the command above...

    Comment


    • #3
      The following command...
      Code:
      findit st0026_2
      ...returned these results:

      Code:
      -----------------------------------------------------------------------------------------------
      search for st0026_2                                                       (manual:  [R] search)
      -----------------------------------------------------------------------------------------------
      
      Search of official help files, FAQs, Examples, SJs, and STBs
      
      Web resources from Stata and other users
      
      (contacting http://www.stata.com)
      
      2 packages found (Stata Journal and STB listed first)
      -----------------------------------------------------
      
      st0026_2 from http://www.stata-journal.com/software/sj5-3
          SJ5-3 st0026_2.  Estimation of average treatment effects / Estimation of
          average treatment effects / by Sascha O. Becker, University of Munich /
          Andrea Ichino, EUI / Support:  [email protected], [email protected] /
          After installation, type help attk, attnd, attnw, / attr, atts, and pscore
      
      hte from http://fmwww.bc.edu/RePEc/bocode/h
          'HTE': module to perform heterogeneous treatment effect analysis / -hte-
          performs heterogeneous treatment effect analyses as / proposed by Xie,
          Brand, and Jann (2012, Sociological Methodology / 42: 314-347). Three
          methods are supported, the / stratification-multilevel method (-hte sm-),
      Clicking on the hyperlink in the st0026_2 result took me to this:

      Code:
      -----------------------------------------------------------------------------------------------
      package st0026_2 from http://www.stata-journal.com/software/sj5-3
      -----------------------------------------------------------------------------------------------
      
      TITLE
            SJ5-3 st0026_2.  Estimation of average treatment effects
      
      DESCRIPTION/AUTHOR(S)
            Estimation of average treatment effects
            by Sascha O. Becker, University of Munich
               Andrea Ichino, EUI
            Support:  [email protected], [email protected]
            After installation, type help attk, attnd, attnw,
             attr, atts, and pscore
      
      INSTALLATION FILES                                  (click here to install)
            st0026_2/attk.ado
      --- snip the rest ---
      Right-clicking on (click here to install) and opening in a new tab showed that the command to install is:

      Code:
      net install st0026_2.pkg
      HTH.
      --
      Bruce Weaver
      Email: [email protected]
      Version: Stata/MP 18.5 (Windows)

      Comment

      Working...
      X