Announcement

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

  • Cannot find the powerreg program.

    I'm trying to install the powerreg command/program for regression power analysis but cannot seem to find it anywhere. Stata (I have version 11) tells me the program is not found and I cannot locate other posts with additional information on its whereabouts. Is it still available?

    Thanks for any help.

  • #2
    I think you can still get it by running -net describe powerreg, from(https://stats.idre.ucla.edu/stat/stata/ado/analysis)- in Stata, and then clicking on the install link that appears.

    Comment


    • #3
      Code:
      . net describe powerreg, from(https://stats.idre.ucla.edu/stat/stata/ado/analysis)
      
      -------------------------------------------------------------------------------------------------
      package powerreg from https://stats.idre.ucla.edu/stat/stata/ado/analysis
      -------------------------------------------------------------------------------------------------
      
      TITLE
            powerreg. Anova power analysis
      
      DESCRIPTION/AUTHOR(S)
            Philip B. Ender
            Statistical Computing and Consulting
            UCLA Academic Technology Services
            [email protected]
            
            Xiao Chen
            Statistical Computing and Consulting
            UCLA Academic Technology Services
            [email protected]
            
            STATA ado and hlp files in the package
            distribution-date: 20140211
      
      INSTALLATION FILES                             (type net install powerreg)
            powerreg.ado
            powerreg.hlp
      -------------------------------------------------------------------------------------------------
      
      . net install powerreg
      checking powerreg consistency and verifying not already installed...
      installing into c:\ado\plus\...
      installation complete.
      David Radwin
      Senior Researcher, California Competes
      californiacompetes.org
      Pronouns: He/Him

      Comment


      • #4
        When I input that command the program cannot retrieve/find anything:

        Code:
        . net describe powerreg, from(https://stats.idre.ucla.edu/stat/stata/ado/analysis)
        unknown network protocol
        https://stats.idre.ucla.edu/stat/stata/ado/analysis/ either
          1)  is not a valid URL, or
          2)  could not be contacted, or
          3)  is not a Stata download site (has no stata.toc file).
        
        current site is still http://fmwww.bc.edu/repec/bocode/p/
        r(671);

        Comment


        • #5
          Scott, you can download a zip-file for -powerreg- here: HTH.
          --
          Bruce Weaver
          Email: [email protected]
          Version: Stata/MP 18.5 (Windows)

          Comment


          • #6
            Stata 11 whines about urls that start with https:. Do you have access to a later version, at least for the purpose of downloading?

            EDIT: Crossed with Bruce's message. I explain the problem but Bruce provides the solution.
            Last edited by Richard Williams; 03 May 2018, 15:55.
            -------------------------------------------
            Richard Williams, Notre Dame Dept of Sociology
            StataNow Version: 19.5 MP (2 processor)

            EMAIL: [email protected]
            WWW: https://www3.nd.edu/~rwilliam

            Comment


            • #7
              Thank you everyone! Bruce's solution worked. I had no idea that Stata 11 struggled with https:

              Comment


              • #8
                Most things work fine with either http or https. But Stata is fussy about it. For example, use will not redirect from http to https. Notre Dame switched from http to https a few years ago and it zapped dozens of handouts and do files I had online. I finally just sat down one day and fixed them all.
                -------------------------------------------
                Richard Williams, Notre Dame Dept of Sociology
                StataNow Version: 19.5 MP (2 processor)

                EMAIL: [email protected]
                WWW: https://www3.nd.edu/~rwilliam

                Comment

                Working...
                X