Announcement

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

  • ado file of the package -moremata-

    Hello everyone,

    For using the package -kmatch- I need also to use the -moremata- package.
    In my personal computer I simply typed:
    Code:
    ssc install kmatch, replace
    and then:
    Code:
    ssc install moremata
    and everything worked well.
    But I also work on computer system of the Central Bureau of Statistics of my country, and to download package in this computers I need the ado file of this package and I just can't find it.

    Can someone help me please?

    thanks a lot,

    Fitzgerald

  • #2
    moremata is a package on SSC composed of many files, but as I understand it none of them is an .ado file. It's common, but not at all esential, for packages to include .ado files.

    Code:
    ssc desc moremata
    shows this in detail.

    Comment


    • #3
      Maybe the source on Github is helpful, see https://github.com/benjann/moremata
      Best wishes

      Stata 18.0 MP | ORCID | Google Scholar

      Comment


      • #4
        I think what you need is the following:
        • Start by downloading moremata.zip to your current directory on your internet-enabled computer: net get moremata
        Last edited by Hemanshu Kumar; 19 Oct 2025, 04:42.

        Comment


        • #5
          Sorry, unable to post the rest because of some issue with the forum software.

          Comment


          • #6
            Here are the steps:
            • Start by downloading moremata.zip to your current directory on your internet-enabled computer:
              Code:
              net get moremata
            • Copy the moremata.zip file onto your work machine, then unzip it into some local folder there, e.g. C:\Temp
            • Finally, ask Stata on the work machine to install moremata from that local folder:
              Code:
              net install moremata, from(C:\Temp)
            Last edited by Hemanshu Kumar; 19 Oct 2025, 04:56.

            Comment

            Working...
            X