ComeçarComece de graça

Hourly pay vs. citizenship status

Using the acs12 data, and specifically the variables income, hrs_work, and citizen, summarize, visualize, and compare the distributions of hourly pay rate for citizens and non-citizens.

Este exercício faz parte do curso

Inference for Numerical Data in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Filter for non-missing hrly_pay and non-missing citizen
acs12_complete_hrlypay_citizen <- acs12 %>%
  ___
Editar e executar o código