‣SlidesData Visualization.pdf3644.5KB‣Data viz cheat sheet in Stata‣Exercise 1: Change in health status by areaCredit to: Fahad Mirza Let’s try to replicate this “descriptive” figure Using the data from this linkCopy import delimited "https://raw.githubusercontent.com/selva86/datasets/master/health.csv", varnames(1) clear Try using commands: twoway (rspike)scatter labmask ‣Exercise 2: Heat MapReplicate this figure Using the Maptile commands Copyssc install maptile ssc install spmap maptile_install using "http://files.michaelstepner.com/geo_state.zip" sysuse census‣Exercise 3: Robustness Figure Access the dataset “NBER_robustness” from this website: https://github.com/dstellotri/rmda/tree/main/worksheetReplicate this figure:Using commands regsave and twoway👨🏽‍🏫Answers to worksheet