From c396fca1eeb97fedac316c1f8e9a279aed453ad4 Mon Sep 17 00:00:00 2001 From: Matthew Lisiecki Date: Thu, 6 Apr 2023 16:45:06 -0400 Subject: [PATCH] link to reg101 app --- reg-table/reg-table.Rmd | 4 +++- reg-table/reg-table.html | 9 +++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/reg-table/reg-table.Rmd b/reg-table/reg-table.Rmd index e7d9383..cdef29f 100644 --- a/reg-table/reg-table.Rmd +++ b/reg-table/reg-table.Rmd @@ -24,7 +24,9 @@ Regression is a method for calculating the line of best fit. The regression line Independent and dependent variables have many synonyms, so it helps to be familiar with them. They are the explanatory and response variables, input and output variables, right hand side and left hand side variables, explanans and explanandum, regressor and regressand, predictor and criterion variable, among many others. The first thing you need to do when you see a regression table is to figure out what the dependent variable is---this is often written at the top of the column. Afterwards identify the most important independent variables. You will base your interpretation on these. -A positive relationship in a regression means that high values of the independent variable are associated with high values of the dependent variable. A negative relationship means that units which have high values on the independent variable tend to have low values on the dependent variable, and vice versa. Regressions can be run to estimate or test many different relationships. You might run a regression to predict how much more money people earn on average for every additional year of education, or to predict the likelihood of success based on hours practiced in a given sport. Below we will talk through the output of the regression table. +A positive relationship in a regression means that high values of the independent variable are associated with high values of the dependent variable. A negative relationship means that units which have high values on the independent variable tend to have low values on the dependent variable, and vice versa. Regressions can be run to estimate or test many different relationships. You might run a regression to predict how much more money people earn on average for every additional year of education, or to predict the likelihood of success based on hours practiced in a given sport. + +Use the app [linked here](https://egap.shinyapps.io/Regression101/) get a feel for what a regression is and what it does. Below we will talk through the output of the regression table. Fill in values for x and for y and then look to see how the line of best fit changes to capture the average relationship between x and y. As the line changes, so too does the key information in the regression table. 2 What is a regression equation? == diff --git a/reg-table/reg-table.html b/reg-table/reg-table.html index edb8378..e4a0c38 100644 --- a/reg-table/reg-table.html +++ b/reg-table/reg-table.html @@ -439,8 +439,13 @@

1 What is regression?

or test many different relationships. You might run a regression to predict how much more money people earn on average for every additional year of education, or to predict the likelihood of success based on -hours practiced in a given sport. Below we will talk through the output -of the regression table.

+hours practiced in a given sport.

+

Use the app linked +here get a feel for what a regression is and what it does. Below we +will talk through the output of the regression table. Fill in values for +x and for y and then look to see how the line of best fit changes to +capture the average relationship between x and y. As the line changes, +so too does the key information in the regression table.

2 What is a regression equation?