1
Introduction
2
Preface
2.0.1
The original story
3
The Data
3.1
Turning our question into measurables
3.2
Data: Life expectancy
3.2.1
The data dictionary
3.3
Data: Unemployment
3.3.1
Picking a data source (editorial choice)
3.3.2
Picking a survey year
3.3.3
Picking an unemployment table
3.3.4
The data dictionary
3.4
Data: Demographics
3.5
Combining our datasets
3.5.1
Reading in life expectancy
3.5.2
Reading in unemployment
3.5.3
Final joining
4
Analyzing our data
4.1
Linear Regression
4.2
Interpreting coefficients
4.2.1
Understanding const
5
Improving our analysis
5.0.1
Reading in and processing our data
5.1
Performing the multivariate regression
6
Conclusion
3
The Data