Announcement

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

  • spmap error

    Hi,

    I am learning how to create maps in Stata using spmap. Was trying out the examples using help spmap. But Stata is throwing an error that the Italy dataset is not found. How can I fix this. Unable to access datasets like "Italy-RegionsData.dta", "Italy-RegionsCoordinates.dta" given in help spmap.


    Thanks.













  • #2
    Type
    Code:
    net get spmap
    This will download the ancillary data files into your current working directory.

    For others: -spmap- is a community-contributed command that can be installed using
    Code:
    ssc install spmap

    Comment


    • #3
      Thanks a lot.

      Comment

      Working...
      X