Announcement

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

  • Installing epctile

    Hi folks.

    How can I install epctile?

    I am a newbie in stata, and I tried: 1) download the 3 txt files from the 3 websites (here mentioned: https://www.statalist.org/forums/for...do-for-epctile) - 2 ados and 1 other. Then, placed them in my PLUS. But then what? How can I download in .ado and not txt?

    Sorry for the basic question.




  • #2
    It doesn't matter how you download them, but if you are using a Windows computer, just rename the first two files to end in the .ado and .sthlp extensions, respectively. The third file is unrelated to epctile.

    Place the files in \ado\PLUS\e .

    Note: epctile was written by Stas Kolenikov.
    David Radwin
    Senior Researcher, California Competes
    californiacompetes.org
    Pronouns: He/Him

    Comment


    • #3
      Hi David.

      Thanks for the quick reply. So, I did what you said, and now I have the two txt files renamed as .ado and .sthlp. What should I do now?

      Comment


      • #4
        Copy both files to the folder that ends in \ado\PLUS\e . To find that folder, type either
        Code:
        sysdir
        or
        Code:
        display "`c(sysdir_plus)'"
        On my computer, for example, it is in
        Code:
        . display "`c(sysdir_plus)'"
        C:\Users\dradw\ado\plus/
        David Radwin
        Senior Researcher, California Competes
        californiacompetes.org
        Pronouns: He/Him

        Comment


        • #5
          I can do that, but then when I use epctile it answers "command epctile is unrecognized" and before that " do "C:\Users\laram\AppData\Local\Temp\STD4158_000000. tmp"

          Comment


          • #6
            I'm not sure what's going on. If you type the following command, do you see the two files shown below in boldface?
            Code:
            . dir "`c(sysdir_plus)'\e\"
              <dir>   4/11/23 11:26  .                 
              <dir>   4/11/23 11:07  ..                
              25.6k   9/16/22 11:50  ebalance.ado      
              17.1k   9/16/22 11:50  ebalance.sthlp    
              11.0k   4/11/23 11:02  epctile.ado       
               3.5k   4/11/23 11:02  epctile.sthlp 
            David Radwin
            Senior Researcher, California Competes
            californiacompetes.org
            Pronouns: He/Him

            Comment


            • #7
              In mine:

              . dir "`c(sysdir_plus)'\e\
              <dir> 4/12/23 16:31 .
              <dir> 4/14/23 16:54 ..
              4.0k 4/12/23 16:31 estvar1forsomersd.mata

              Comment


              • #8
                Code:
                copy https://staskolenikov.net/stata/epctile.ado epctile.ado
                copy https://staskolenikov.net/stata/epctile.sthlp epctile.sthlp
                copy https://staskolenikov.net/stata/FormXLevels.ado FormXLevels.ado
                Code:
                pwd
                help epctile

                Comment

                Working...
                X