*** Make a simple map using the US State date * Open data file use "./US_States_LowRes_2015data_old.dta", clear * Merge in any desired outcome variables here, using standard Stata commands * Limit extent of map to continential US keep if continental == 1 & territories == 0 * For example: Draw a map using State ID field as outcome variable and calling the coordinate file spmap _ID using "./US_States_LowRes_2015coord_old.dta", id(_ID)