Skip to content

Instantly share code, notes, and snippets.

@jdingel
Created April 4, 2020 20:46
Show Gist options
  • Save jdingel/12df5ca1de59ff341fefe5f51ca06890 to your computer and use it in GitHub Desktop.
Save jdingel/12df5ca1de59ff341fefe5f51ca06890 to your computer and use it in GitHub Desktop.
Look at survey data from BHORS "COVID-19 and Remote Work: An Early Look at US Data"
//Examine age distribution: "Used to work from home and still do" response is monotonically increasing in age
import delimited using "https://raw.githubusercontent.com/johnjosephhorton/remote_work/master/etl/gcs.csv", clear
tab question1answer
tab question1answer age if strpos(question1answer,"None of the above")==0, col nof
//Checking against https://www.bls.gov/news.release/flex2.t01.htm, where the highest share of "Workers who did work at home" is 35 to 44 years at 32%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment