1
0
This commit is contained in:
aaronshaw
2019-05-30 08:49:29 -05:00
parent f2036e416b
commit d99f5b10d3
2 changed files with 3 additions and 3 deletions

View 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.
## 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.