Directions:

Question #1

Previous assignments have introduced the American Community Survey (ACS) data set, which is a random sample of US adults that is collected as part of the US Census. The data provided below are from the most recent ACS (part of the 2020 Census):

acs = read.csv("https://remiller1450.github.io/data/EmployedACS.csv")

The ACS data linked above includes the following variables:

- Sex - '1' for males and '0' for females
- Age - age in years
- Married - '1' for married individuals and '0' for unmarried individuals
- Income - annual income (in thousands of dollars)
- HoursWk - average hours worked per week
- Race - self-described race
- USCitizen - citizenship status, '1' for US citizens and '0' for non-citizens
- HealthInsurance - '1' if the individual has health insurance, '0' otherwise
- Language - '1' if the individual’s first/native language is English, '0' otherwise

\(~\)

Question #2

For each scenario described below, explain whether the change that is described will increase or decrease the width of the confidence interval estimate. Unless it is explicitly mentioned as changing, you are to assume that everything else involved in the calculation of the interval remains unchanged.

\(~\)

Question #3

Below are various interpretations involving confidence interval estimates. You are to determine whether each interpretation is correct or incorrect. For any incorrect interpretations you must provide a one-sentence explanation of what is incorrect.