Announcement

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

  • Error in using Simarwilson program using Stata

    I am trying to follow the example provided in the "Nonparametric Frontier Analysis using Stata" by Oleg Badunenko and Pavlo Mozharovskyi. When running the command "use ccr81.dta" I get the error that file ccr81.dta not found. And searching the stata help shows that all ancillary files are installed. What should I do?
    Last edited by Atul Anand Jha; 09 Dec 2022, 03:52.

  • #2
    Perhaps you need to use your operating system to find if ccr81.dta has been installed in a surprising place.

    Code:
    net sj 16-3 st0444
    shows the file in question on the Stata Journal website.

    Comment


    • #3
      Originally posted by Nick Cox View Post
      Perhaps you need to use your operating system to find if ccr81.dta has been installed in a surprising place.

      Code:
      net sj 16-3 st0444
      shows the file in question on the Stata Journal website.
      I tried the code as per your suggestion, and the following output was returned
      . net get st0444
      checking st0444 consistency and verifying not already installed...

      the following files already exist and are different:
      output.do

      no files installed or copied
      (no action taken)
      r(602);

      . net get st0444/ccr81.dta
      nothing to copy

      . net get st0444/pwt56.dta
      nothing to copy

      Comment


      • #4
        Works perfectly when I try it, so I don't what else to suggest.

        Comment

        Working...
        X