]> code.communitydata.science - stats_class_2019.git/commitdiff
typo fix master
authoraaronshaw <aaron.d.shaw@gmail.com>
Thu, 30 May 2019 13:49:29 +0000 (08:49 -0500)
committeraaronshaw <aaron.d.shaw@gmail.com>
Thu, 30 May 2019 13:49:29 +0000 (08:49 -0500)
r_lectures/w09-R_lecture.Rmd
r_lectures/w09-R_lecture.html

index bf750d74190be29a529df1d810c1afaac285ec79..9167175841fbfd017edae0c0fb743833c9ef8ff9 100644 (file)
@@ -68,7 +68,7 @@ summary(lm(m.log, data=d))
 ```
 Keep in mind that you can use other bases for your logarithmic transformations. Check out the documentation for `log()` for more information.
 
 ```
 Keep in mind that you can use other bases for your logarithmic transformations. Check out the documentation for `log()` for more information.
 
-## Interpreting regression results wiht model-predicted values
+## Interpreting regression results with model-predicted values
 
 When you report the results of a regression model, you should provide a table summarizing the model as well as some interpretation that renders the model results back into the original, human-intelligible measures and units specific to the study. 
 
 
 When you report the results of a regression model, you should provide a table summarizing the model as well as some interpretation that renders the model results back into the original, human-intelligible measures and units specific to the study. 
 
index b5f76f4985522efda5e871a7d67e6c0d288c1706..abb90ff46d78cd171636a33e072d907129765d2d 100644 (file)
@@ -335,8 +335,8 @@ summary(lm(m.log, data=d))</code></pre>
 <p>Keep in mind that you can use other bases for your logarithmic transformations. Check out the documentation for <code>log()</code> for more information.</p>
 </div>
 </div>
 <p>Keep in mind that you can use other bases for your logarithmic transformations. Check out the documentation for <code>log()</code> for more information.</p>
 </div>
 </div>
-<div id="interpreting-regression-results-wiht-model-predicted-values" class="section level2">
-<h2>Interpreting regression results wiht model-predicted values</h2>
+<div id="interpreting-regression-results-with-model-predicted-values" class="section level2">
+<h2>Interpreting regression results with model-predicted values</h2>
 <p>When you report the results of a regression model, you should provide a table summarizing the model as well as some interpretation that renders the model results back into the original, human-intelligible measures and units specific to the study.</p>
 <p>This was covered in one of the <a href="https://communitydata.science/~mako/2017-COM521/logistic_regression_interpretation.html">resources</a> I distributed last week (the handout on logistic regression from Mako Hill), but I wanted to bring it back because it is <strong>important</strong>. Please revisit that handout to see a worked example that walks through the process. The rest of this text is a bit of a rant about why you should bother to do so.</p>
 <p>When is a regression table not enough? In textbook/homework examples, this is not an issue, but in real data it matters all the time. Recall that the coefficient estimated for any single predictor is the expected change in the outcome for a 1-unit change in the predictor <em>holding all the other predictors constant.</em> What value are those other predictors held constant at? Zero! This is unlikely to be the most helpful or intuitive way to understand your estimates (for example, what if you have a dichotomous predictor, what does it mean then?). Once your models get even a little bit complicated (quick, exponentiate a log-transformed value and tell me what it means!), the regression-table-alone approach becomes arguably worse than useless.</p>
 <p>When you report the results of a regression model, you should provide a table summarizing the model as well as some interpretation that renders the model results back into the original, human-intelligible measures and units specific to the study.</p>
 <p>This was covered in one of the <a href="https://communitydata.science/~mako/2017-COM521/logistic_regression_interpretation.html">resources</a> I distributed last week (the handout on logistic regression from Mako Hill), but I wanted to bring it back because it is <strong>important</strong>. Please revisit that handout to see a worked example that walks through the process. The rest of this text is a bit of a rant about why you should bother to do so.</p>
 <p>When is a regression table not enough? In textbook/homework examples, this is not an issue, but in real data it matters all the time. Recall that the coefficient estimated for any single predictor is the expected change in the outcome for a 1-unit change in the predictor <em>holding all the other predictors constant.</em> What value are those other predictors held constant at? Zero! This is unlikely to be the most helpful or intuitive way to understand your estimates (for example, what if you have a dichotomous predictor, what does it mean then?). Once your models get even a little bit complicated (quick, exponentiate a log-transformed value and tell me what it means!), the regression-table-alone approach becomes arguably worse than useless.</p>

Community Data Science Collective || Want to submit a patch?