Week 4 - Creating Graphs for Data
The data from the Gapminder data set consisted of quantitative variables. Thus, the appropriate methods were used to analyse the relationships between the data. Univariate Graphs Univariate graphs were generated for each of the 3 variables - co2emissions, relectricperperson and urbanrate. All of the variables were quantitative and therefore histograms were generated to represent the distribution of the data. The program used is shown below, as well as the output graphs. The Program Univariate Graph for co2emissions This graph is unimodal with most observations having cumulative emissions around 0.1e11 or 1,000,000,000 (i.e. 1 billion) metric tons. The graph is also skewed right with most observations having the lowest emissions. There is also an outlier at round 3.4e11(34 billion) metric tons. Univariate Graph for relectricperperson This graph also seems to be unimodal and skewed right, with the peak at around 250 kWh and most observations having the lowest...