From f98bef251e8f538cc944ce33c8660e23faaed169 Mon Sep 17 00:00:00 2001 From: Matthew Lisiecki Date: Thu, 6 Apr 2023 16:01:27 -0400 Subject: [PATCH] remove shiny app from reg-table guide --- reg-table/reg-table.Rmd | 6 +- reg-table/reg-table.html | 2378 +++++++++++++++++++++++++++++++++++--- 2 files changed, 2226 insertions(+), 158 deletions(-) diff --git a/reg-table/reg-table.Rmd b/reg-table/reg-table.Rmd index 75379ec..e7d9383 100644 --- a/reg-table/reg-table.Rmd +++ b/reg-table/reg-table.Rmd @@ -24,11 +24,7 @@ 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. - -Use the app below to 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. - - +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. 2 What is a regression equation? == diff --git a/reg-table/reg-table.html b/reg-table/reg-table.html index 2b80ad9..edb8378 100644 --- a/reg-table/reg-table.html +++ b/reg-table/reg-table.html @@ -13,34 +13,240 @@ reg-table.knit - - + + - - - - + + + + - - +h1.title {font-size: 38px;} +h2 {font-size: 30px;} +h3 {font-size: 24px;} +h4 {font-size: 18px;} +h5 {font-size: 16px;} +h6 {font-size: 12px;} +code {color: inherit; background-color: rgba(0, 0, 0, 0.04);} +pre:not([class]) { background-color: white } + + +code{white-space: pre-wrap;} +span.smallcaps{font-variant: small-caps;} +span.underline{text-decoration: underline;} +div.column{display: inline-block; vertical-align: top; width: 50%;} +div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} +ul.task-list{list-style: none;} + +