]> code.communitydata.science - stats_class_2019.git/blobdiff - r_lectures/w09-R_lecture.Rmd
typo fix
[stats_class_2019.git] / r_lectures / w09-R_lecture.Rmd
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. 
 

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