Regression Modeling in Practice

Product type

Regression Modeling in Practice

Coursera (CC)
Logo Coursera (CC)
Provider rating: starstarstarstar_halfstar_border 7.2 Coursera (CC) has an average rating of 7.2 (out of 6 reviews)

Need more information? Get more details on the site of the provider.

Description

When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan

  • Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
  • Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.

About this course: This course focuses on one of the most important tools in your data analysis arsenal: regression analysis. Using either SAS or Python, you will begin with linear regression and then learn how to adapt when two variables do not present a clear linear relationship. You will examine multiple predictors of your outcome and be able to identify confounding variables, which can tell a more compelling story about your results. You will learn the assumptions underlying regression analysis, how to interpret regression coefficients, and how to use regression diagnostic plots and other tools to evaluate the quality of your regression model. Throughout the course, you will share w…

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Python, R Programming, Usability, Two Dimensional Design (2D Design), and Web Accessibility.

When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan

  • Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
  • Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.

About this course: This course focuses on one of the most important tools in your data analysis arsenal: regression analysis. Using either SAS or Python, you will begin with linear regression and then learn how to adapt when two variables do not present a clear linear relationship. You will examine multiple predictors of your outcome and be able to identify confounding variables, which can tell a more compelling story about your results. You will learn the assumptions underlying regression analysis, how to interpret regression coefficients, and how to use regression diagnostic plots and other tools to evaluate the quality of your regression model. Throughout the course, you will share with others the regression models you have developed and the stories they tell you.

Created by:  Wesleyan University
  • Taught by:  Jen Rose, Research Professor

    Psychology
  • Taught by:  Lisa Dierker, Professor

    Psychology
Basic Info Course 3 of 5 in the Data Analysis and Interpretation Specialization Commitment 4 weeks, 4 - 5 hours per week Language English How To Pass Pass all graded assignments to complete the course. User Ratings 4.3 stars Average User Rating 4.3See what learners said Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from your peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

Wesleyan University At Wesleyan, distinguished scholar-teachers work closely with students, taking advantage of fluidity among disciplines to explore the world with a variety of tools. The university seeks to build a diverse, energetic community of students, faculty, and staff who think critically and creatively and who value independence of mind and generosity of spirit.

Syllabus


WEEK 1


Introduction to Regression



This session starts where the Data Analysis Tools course left off. This first set of videos provides you with some conceptual background about the major types of data you may work with, which will increase your competence in choosing the statistical analysis that’s most appropriate given the structure of your data, and in understanding the limitations of your data set. We also introduce you to the concept of confounding variables, which are variables that may be the reason for the association between your explanatory and response variable. Finally, you will gain experience in describing your data by writing about your sample, the study data collection procedures, and your measures and data management steps.


4 videos, 5 readings expand


  1. Reading: Some Guidance for Learners New to the Specialization
  2. Video: Lesson 1: Observational Data
  3. Video: Lesson 2: Experimental Data
  4. Video: Lesson 3: Confounding Variables
  5. Video: Lesson 4: Introduction to Multivariate Methods
  6. Reading: Getting Set up for Assignments
  7. Reading: Tumblr Instructions
  8. Reading: How to Write About Data
  9. Reading: Writing About Your Data: Example Assignment

Graded: Writing About Your Data

WEEK 2


Basics of Linear Regression



In this session, we discuss more about the importance of testing for confounding, and provide examples of situations in which a confounding variable can explain the association between an explanatory and response variable. In addition, now that you have statistically tested the association between an explanatory variable and your response variable, you will test and interpret this association using basic linear regression analysis for a quantitative response variable. You will also learn about how the linear regression model can be used to predict your observed response variable. Finally, we will also discuss the statistical assumptions underlying the linear regression model, and show you some best practices for coding your explanatory variables Note that if your research question does not include one quantitative response variable, you can use one from your data set just to get some practice with the tool.


8 videos, 9 readings expand


  1. Reading: SAS or Python - Which to Choose?
  2. Reading: Getting Started with SAS
  3. Reading: Getting Started with Python
  4. Reading: Course Codebooks
  5. Reading: Course Data Sets
  6. Reading: Uploading Your Own Data to SAS
  7. Reading: SAS Program Code for Video Examples
  8. Video: SAS Lesson 1: on Confounding Variables
  9. Video: SAS Lesson 2: Testing a Basic Linear Regression Mode
  10. Video: SAS Lesson 3: Categorical Explanatory Variables
  11. Reading: Python Program Code for Video Examples
  12. Video: Python Lesson 1: on Confounding Variables
  13. Video: Python Lesson 2: Testing a Basic Linear Regression Model
  14. Video: Python Lesson 3: Categorical Explanatory Variables
  15. Video: Lesson 4: Linear Regression Assumptions
  16. Reading: Outlier Decision Tree
  17. Video: Lesson 5: Centering Explanatory Variables

Graded: Test a Basic Linear Regression Model

WEEK 3


Multiple Regression



Multiple regression analysis is tool that allows you to expand on your research question, and conduct a more rigorous test of the association between your explanatory and response variable by adding additional quantitative and/or categorical explanatory variables to your linear regression model. In this session, you will apply and interpret a multiple regression analysis for a quantitative response variable, and will learn how to use confidence intervals to take into account error in estimating a population parameter. You will also learn how to account for nonlinear associations in a linear regression model. Finally, you will develop experience using regression diagnostic techniques to evaluate how well your multiple regression model predicts your observed response variable. Note that if you have not yet identified additional explanatory variables, you should choose at least one additional explanatory variable from your data set. When you go back to your codebooks, ask yourself a few questions like “What other variables might explain the association between my explanatory and response variable?”; “What other variables might explain more of the variability in my response variable?”, or even “What other explanatory variables might be interesting to explore?” Additional explanatory variables can be either quantitative, categorical, or both. Although you need only two explanatory variables to test a multiple regression model, we encourage you to identify more than one additional explanatory variable. Doing so will really allow you to experience the power of multiple regression analysis, and will increase your confidence in your ability to test and interpret more complex regression models. If your research question does not include one quantitative response variable, you can use the same quantitative response variable that you used in Module 2, or you may choose another one from your data set.


10 videos, 2 readings expand


  1. Reading: SAS Program Code for Video Examples
  2. Video: SAS Lesson 1: Multiple Regression
  3. Video: SAS Lesson 2: Confidence Intervals
  4. Video: SAS Lesson 3: Polynomial Regression
  5. Video: SAS Lesson 4: Evaluating Model Fit, pt. 1
  6. Video: SAS Lesson 5: Evaluating Model Fit, pt. 2
  7. Reading: Python Program Code for Video Examples
  8. Video: Python Lesson 1: Multiple Regression
  9. Video: Python Lesson 2: Confidence Intervals
  10. Video: Python Lesson 3: Polynomial Regression
  11. Video: Python Lesson 4: Evaluating Model Fit, pt. 1
  12. Video: Python Lesson 5: Evaluating Model Fit, pt. 2

Graded: Test a Multiple Regression Model

WEEK 4


Logistic Regression



In this session, we will discuss some things that you should keep in mind as you continue to use data analysis in the future. We will also teach also you how to test a categorical explanatory variable with more than two categories in a multiple regression analysis. Finally, we introduce you to logistic regression analysis for a binary response variable with multiple explanatory variables. Logistic regression is simply another form of the linear regression model, so the basic idea is the same as a multiple regression analysis. But, unlike the multiple regression model, the logistic regression model is designed to test binary response variables. You will gain experience testing and interpreting a logistic regression model, including using odds ratios and confidence intervals to determine the magnitude of the association between your explanatory variables and response variable. You can use the same explanatory variables that you used to test your multiple regression model with a quantitative outcome, but your response variable needs to be binary (categorical with 2 categories). If you have a quantitative response variable, you will have to bin it into 2 categories. Alternatively, you can choose a different binary response variable from your data set that you can use to test a logistic regression model. If you have a categorical response variable with more than two categories, you will need to collapse it into two categories.


7 videos, 6 readings expand


  1. Reading: SAS Program Code for Video Examples
  2. Video: SAS Lesson 1: Categorical Explanatory Variables with Than Two Categories
  3. Reading: Python Program Code for Video Examples
  4. Video: Python Lesson 1: Categorical Explanatory Variables with Than Two Categories
  5. Video: Lesson 2: A Few Things to Keep in Mind
  6. Video: SAS Lesson 3: Logistic Regression for a Binary Response Variable, pt 1
  7. Video: SAS Lesson 4: Logistic Regression for a Binary Response Variable, pt. 2
  8. Video: Python Lesson 3: Logistic Regression for a Binary Response Variable, pt. 1
  9. Video: Python Lesson 4: Logistic Regression for a Binary Response Variable, pt. 2
  10. Reading: Week 1 Video Credits
  11. Reading: Week 2 Video Credits
  12. Reading: Week 3 Video Credits
  13. Reading: Week 4 Video Credits

Graded: Test a Logistic Regression Model
There are no reviews yet.
  • View related products with reviews: Python.

Share your review

Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.