Announcement

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

  • wbopendata

    Hi everyone,

    I am using wbopendata to retrieve data in Stata 17.0. However, it says command _pecats2 is unrecognized. Could you please help me to solve this problem? Many thanks!


    Code:
    wbopendata, language(en - English) country(CHN;) topics() indicator() clear long
    command _pecats2 is unrecognized

    Code:
    . wbopendata, update check
    
    --------------------------------------------------------------------------------
    
    Indicators update status
    
       Existing Number of Indicators:  20097
       Last check for updates:         5 Oct 2021 17:33:30
       New update available:           none      (as of 5 Oct 2021 17:33:46}
       Current update level:           5 Oct 2021 16:30:37
    
       Country metadata:               299
       New update available:           none      (as of 5 Oct 2021 17:33:46}
       Last country check:             5 Oct 2021 17:33:30
       Current country update level:   5 Oct 2021 16:30:41
    
    Possible actions
    
       Do nothing; all files are up to date.
    
       See current documentation on indicators list, Regions, 
       Administrative Regions, Income Levels, and Lending Types
    
    --------------------------------------------------------------------------------

    Thanks for your help in advance.















  • #2
    The same author has shared a separate package that appears to include the _pecats2 command.
    Code:
    net describe hoi, from(http://fmwww.bc.edu/RePEc/bocode/h)

    Comment


    • #3
      Originally posted by William Lisowski View Post
      The same author has shared a separate package that appears to include the _pecats2 command.
      Code:
      net describe hoi, from(http://fmwww.bc.edu/RePEc/bocode/h)
      Hi William, thank you very much. It works after installing that package.

      Comment

      Working...
      X