Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matackett/modernize-regression
Supplemental materials for the article "Three principles for modernizing an undergraduate regression analysis course"
https://github.com/matackett/modernize-regression
data-science education r regression statistics
Last synced: 7 days ago
JSON representation
Supplemental materials for the article "Three principles for modernizing an undergraduate regression analysis course"
- Host: GitHub
- URL: https://github.com/matackett/modernize-regression
- Owner: matackett
- Created: 2022-05-10T15:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T21:24:08.000Z (about 2 years ago)
- Last Synced: 2024-11-05T05:43:14.670Z (about 2 months ago)
- Topics: data-science, education, r, regression, statistics
- Language: HTML
- Homepage:
- Size: 1.47 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Supplemental materials for the article "Three principles for modernizing an undergraduate regression analysis course"
## Abstract
As data has become more prevalent in academia, industry, and daily life, it is imperative that undergraduate students are equipped with the skills needed to analyze data in the modern environment. In recent years there has been a lot of work innovating introductory statistics courses and the developing introductory data science courses; however, there has been less work beyond the first course. This paper describes innovations to Regression Analysis taught at Duke University, a course focused on application that serves a diverse undergraduate student population of statistics majors and non-majors. Three principles guiding the modernization of the course are presented, along with how these principles align with the necessary skills of statistical practice outlined in recent statistics curriculum guidelines. The paper includes pedagogical strategies, motivated by the innovations in introductory courses, that make it feasible to implement skills for modern statistical practice into the curriculum alongside the fundamental statistical concepts. The paper concludes with the impact of these changes, challenges, and next steps for the course. Portions of in-class activities and assignments are included in the paper, with full sample assignments and resources for finding data in the supplemental materials.
## STA 210: Regression Analysis course websites
π» [Fall 2021](https://sta210-fa21.netlify.app)
π» [Fall 2022](https://sta210-fa22.netlify.app)
- The materials for this semester utilize the **tidymodels** framework and are based on the [Spring 2022](https://sta210-s22.github.io/website/) iteration of STA 210 taught by Dr. Mine Γetinkaya-Rundel.
## Sample activities & assignments
π [Simple Linear Regression: 2020 United States Election](slr-us-election)
π [Multiple Linear Regression: LEGOs in-class activity](lego-activity)
## Project + teamwork
π©βπ» ["Get to Know You" Survey](get-to-know-you-survey.pdf)
π€ [Team agreement](team-agreement)
π» [Project instructions (Fall 2021)](https://sta210-fa21.netlify.app/project/)
β [Project peer review](https://github.com/matackett/peer-feedback)
β [Project report rubric](project-report-rubric.csv)
## Resources for data
Resources used to find data for the course:
- [TidyTuesday](https://github.com/rfordatascience/tidytuesday)
- [OpenIntro](https://www.openintro.org/data/)
- [Data is Plural](https://www.data-is-plural.com/)
- [FiveThirtyEight](https://data.fivethirtyeight.com/)These resources have been useful, because they have typically have good documentation on the original source of the data and the variable definitions. In the case of the OpenIntro resources, these data sets have been curated specifically to use for regression exercises. Some resources such as FiveThirtyEight data sets from TidyTuesday, have accompanying articles, so class activities and assignments can include a comparison of the students' analysis approach and conclusions to those of the original authors'.
## Acknowledgements
The pedagogy and computing infrastructure used in STA 210: Regression Analysis are largely inspired by the introductory data science curriculum [Data Science in a Box](https://datasciencebox.org) by Dr. Mine Γetinkaya-Rundel.