The first two articles access Perusall via our course Moodle page
Due Monday 9/30 at 9pm.
Your project will create two non-redundant data visualizations by each person using the travel dataset in the data folder. Each project needs to generate at least two types of graphs including bar graph, histogram, boxplot, and scatterplot, etc. You and your partner will then write up your findings in a short data-driven article of no more than 900 words. Your deliverable will be written in Quarto.
The transport system is a pillar for ensuring social equity (Pagliara & Di Ciommo, 2020). People often need to travel to work, study, connect with other people, shop groceries, attend medical appointments, and participate in fun events. There have been uneven distributions of travel resources in the current built evnrionment for disabled people, which casue barriers to access for them (Levine & Karner, 2023). The built environment needs to be more inclusive, so disabled people can travel more easily and freely and disability can be shown as human diversity (Levine & Karner, 2023). Read Transportation patterns demonstrate inequalities in community participation for working-age Americans with disabilities (access Perusall via our course Moodle page) to learn how the National Household Travel Survey (NHTS) data can be used to study inequality and economic and social participation from a critical disability lens and provide policy implications of building a more equitable and inclusive transport system. You only need to focus on the qualitative part of this paper and please be creative in conducting your own analysis!
Conducted by the Federal Highway Administration, the National Household Travel Survey (NHTS) is the authoritative source on the travel behavior of the American public. It is the only source of national data that allows one to analyze trends in personal and household travel. It includes daily non-commercial travel by all modes, including characteristics of the people traveling, their household, and their vehicles.
I have constructed the travel dataset from the 2017 NHTS data. This dataset focuses on travel behaviors by length of disability and other demographic information. The NHTS asks respondents whether they have a medical condition "that makes it difficult to travel outside of home". Those who respond yes are defined to have a travel disability in this project.
Before producing your analysis, you will study the NHTS_OUR_DATASET_CODEBOOK in the GitHub repo to select variables for your analysis. To help you make sense of the travel dataset, I will note that the unit of observation in this dataset is a person. You can review the user guide and the original codebook in the GitHub repo to understand the context of the data.
#in-class-discussions Slack channel. Please identify:

The travel dataset used in this project are a subset of the NHTS data and unweighted. The results of your analyses cannot be generalized beyond the samples collected in this dataset.
You will be evaluated on the extent to which your mini-project demonstrates fluency in the following standards:
Due Friday 11/8 at 9pm.
Your project will wrangle the Current Population Survey (CPS) datasets in order to reveal two findings about topics including but not limited to disability, labor force status, and income. You need to join at least two datasets, tidy data, subset, aggregate, and summarize data as necessary, create at least one graph, and write one function. You and your partner will then write up your findings in a short data-driven article of no more than 700 words. Your deliverable will be written in Quarto.
The unemployment rate of disabled people is higher than their nondisabled counterparts. However, a single measurement of unemployment rate may have limitations (Brucker et al., 2018; Sylla, 2013). One limitation is that it excludes persons not in the labor force who are interested in work (Sylla, 2013). A 2015 survey showed that disabled people are interested in and actively looking for jobs (Kessler Foundation, 2015). Thus, high levels of unemployment rate for disabled population may send the wrong signal to policymakers about the inactivity and interests of them (Brucker et al., 2018). The other limitation is that it may disguise high levels of poverty (Brucker et al., 2018; Sylla, 2013). Some people who are in the labor force do not have a significantly different situation from those who are unemployed in terms of actual activity and income (Sylla, 2013). On the other hand, due to health issues, people may participate in income maintenance programs, such as Social Security Disability Insurance and Supplemental Security Income (Brucker et al., 2015).
This project is trying to provide a broader range of measurements to look at disability, labor force status, and income, etc. as well as the intersection of disability, gender, race, and other demographic characteristics. Read Linking public housing employment and disability benefits for working age people with disabilities (access Perusall via our course Moodle page) to learn how the Current Population Survey (CPS) data can be used to study employment, disability benefits, disability type and provide relevant policy implications. This paper has a focus on public housing and disability benefits. You can explore other aspects of disability and/or employment. Please be creative in generating your research questions and creating your story!
The CPS is the source of the official Government statistics on employment and unemployment. The CPS has been conducted monthly for over 50 years. Currently, about 54,000 households are interviewed monthly, scientifically selected on the basis of area of residence to represent the nation as a whole, individual states, and other specified areas. Each household is interviewed once a month for four consecutive months one year, and again for the corresponding time period a year later. The CPS-Annual Social and Economic (ASEC) Supplement data provides the usual monthly labor force data. The ASEC includes a household record, a family record, and a person record.
I have constructed the house, family, and person datasets from the 2022 CPS-ASEC data. To help you make sense of these datasets, I will note that the unit of observation in the house dataset is a household, that in the family dataset is a family, that in the person dataset is a person. The relationship among the three datasets is illustrated below:

You need to use at least two of the three datasets. Before producing your analysis, you will study the CPS_OUR_DATASET_CODEBOOK in the GitHub repo to select variables for your analysis and learn how to join these datasets.
#in-class-discussions channel. Please identify:
The datasets used in this project are subsets of the CPS-ASEC data and unweighted. The results of your analyses cannot be generalized beyond the samples collected in these datasets.
You will be evaluated on the extent to which your mini-project demonstrates fluency in the following standards:
select() or filter() function to effectively subset the data?group_by() function in combination with other data wrangling verbs to effectively aggregate the data?Due Wednesday 12/18 at 2pm.
Your project will create at least one static map using the ggplot2 package and at least one interactive map using the leaflet package. Among your static and interactive maps, at least one of them must be a choropleth map. You and your partner will craft a short data-driven article of no more than 750 words. Your deliverable will be written in Quarto.
Take a look at some examples of distributions of disability characteristics across the US. (access Perusall via our course Moodle page)
tidycensus package after reading this article?You and your partner will use one or several of the following datasets.
sf object.tidycensus package as we did in Lec 32 In-class Exercise.#in-class-discussions channel next Monday morning (12/2).
The dataset used in this project is a subset of the CPS-ASEC data and unweighted. The results of your analyses cannot be generalized beyond the samples collected in the dataset.
You will be evaluated on the extent to which your mini-project demonstrates fluency in the following standards: