X-Git-Url: https://code.communitydata.science/stats_class_2019.git/blobdiff_plain/f2036e416b850a6c3cd936db4574de3dd466ee27..HEAD:/r_lectures/w09-R_lecture.Rmd?ds=sidebyside diff --git a/r_lectures/w09-R_lecture.Rmd b/r_lectures/w09-R_lecture.Rmd index bf750d7..9167175 100644 --- a/r_lectures/w09-R_lecture.Rmd +++ b/r_lectures/w09-R_lecture.Rmd @@ -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. -## 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.