Posts

Showing posts from April, 2017

Assignment 2: Data Management and Visualization

Program Summary - Assignment 1.sas Program Summary - Assignment 1.sas Code: Assignment 1.sas /********************************************************/ /* Program for Data Management and Visualisation */ /* Coursera */ /* By: Saurabh Hinduja */ /********************************************************/ /* Include the LIBNAME */ LIBNAME mydata "/courses/d1406ae5ba27fe300 " access = readonly ; /* Select the dataset gapminder */ DATA new ; set mydata.gapminder ; /* Setting Lables to Tables */ LABEL incomeperperson = "2010 Gross Domestic Product per capita" lifeexpectancy = "2011 life expectancy at birth (years)" HIVrate = "2009 estimated HIV Prevalence % - (Ages 15-49)" suicideper100TH = "2005 Suicide, age adjusted, per 100 000" breastcancerper10