Announcement

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

  • Polychoric package?

    Hello,

    I need to install the polychoric package, but unfortunately, as others in the forum have previously reported, it seems to have disappeared from the web. If you have it and could send the .ado and .hlp files, I would be very grateful! Not sure if it matters, but I am running Stata 13.

    Cheers, Stacy

  • #2
    Hi Stacy. Have you tried net install polychoric?

    Code:
    . net describe polychoric
    
    ---------------------------------------------------------------------------------------------------
    package polychoric from http://staskolenikov.net/stata
    ---------------------------------------------------------------------------------------------------
    
    TITLE
          polychoric -- The polychoric correlation package
    
    DESCRIPTION/AUTHOR(S)
          
          Author: Stas Kolenikov, [email protected]
          
          This package provides routines to estimate
          the polychoric, tetrachoric, polyserial and biserial
          correlations and use them in principal component analysis.
          Current version: 1.4
    
    INSTALLATION FILES                           (type net install polychoric)
          polychoric.ado
          polychoricpca.ado
          polych_ll.ado
          polyser_ll.ado
          polychoric.hlp
          polychoricpca.hlp
    ---------------------------------------------------------------------------------------------------
    --
    Bruce Weaver
    Email: [email protected]
    Version: Stata/MP 18.5 (Windows)

    Comment


    • #3
      First, a note: for the net describe command to produce the output shown above, the from directory must already be set to the location given. The fully general command is
      Code:
      net describe polychoric, from(http://staskolenikov.net/stata)
      The description shown in post #2 states that version 1.4 is the current version, but net install polychoric from that location actually installs version 1.5 (per the comments in polychoric.ado), which to the best of my knowledge is the latest version. Apparently some of the metadata at that location used by the net command is outdated.

      Let me also add that the author has always more-or-less hidden the visibility of the files on his web pages; browsing to them does not produce links to downloadable files. That's why it appears at first glance that the software is not available on the web.
      Last edited by William Lisowski; 27 Jul 2018, 15:29.

      Comment


      • #4
        Hello,
        Has anyone been able to locate the polychoric package since this 2018 posting? I have not been able to locate the files for installation anywhere. I need the program so that I can rerun some code previously written by a colleague. Any help would be greatly appreciated. Thanks much.

        Comment


        • #5
          The one small twist needed after

          Code:
          search polychoric
          is that Stata is reluctant to copy from http:// sites. However, this works fine for me

          Code:
          net describe polychoric, from(https://staskolenikov.net/stata)
          after which I could install successfully. Where do I send the invoice?

          Comment


          • #6
            Thank you !

            Comment


            • #7
              Good day all.
              I am trying to install polychoric pca on Stata 15 (by Stas Kolenikov) but I have not been able to. I have used the link suggested by users (e.g. Nick Cox):
              net describe polychoric, from(https://staskolenikov.net/stata) This is the message I am getting: net describe polychoric, from(https://staskolenikov.net/stata) sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: > unable to find valid certification path to requested target https://staskolenikov.net/stata/ 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). r(5100); Please, help. Funminiyi

              Comment


              • #8
                #7 Please don't post the same question repeatedly.

                Please follow https://www.statalist.org/forums/for...polychoric-pca if interested.

                Comment

                Working...
                X