Setup

Load packages

library(ggplot2)
library(dplyr)

Load data

load("brfss2013.RData")

Part 1: Data


Part 2: Research questions

Research question 1: Question: Do pairs of adjacent states with similar demographics and geography exhibit similar patterns of pregnancy?

Discussion: The four pairs of states WA/OR, ND/SD, AL/MI, VT/Nh are very similar to each other. The rates of pregnancy should also be very similar. If not, the quality of the telephone survey data may be an issue.

Research question 2:

Research question 3:


Part 3: Exploratory data analysis

NOTE: Insert code chunks as needed by clicking on the “Insert a new code chunk” button (green button with orange arrow) above. Make sure that your code is visible in the project you submit. Delete this note when before you submit your work.

Research question 1:

Research question 2:

Research question 3: