Average number of hours worked
Full-time employment is employment in which a person works a minimum number of hours defined as such by his/her employer. Companies in the United States commonly require 40 hours per week to be considered a full time employee. We will use data from the American Community Survey to estimate the number of hours Americans work.
Use the acs12_emp
dataset you created earlier; it's already loaded for you.
Este ejercicio forma parte del curso
Inference for Numerical Data in R
Instrucciones del ejercicio
- Create a 95% confidence interval using the
hrs_work
column. - Interpret the confidence interval. Is it likely the average number of hours Americans work is equal to 40?
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Run a t-test on hrs_work and look at the CI
___