Skip to content

Commit ebf9a71

Browse files
committed
Update index.Rmd
Fix typo
1 parent 5c9bbf9 commit ebf9a71

File tree

1 file changed

+1
-1
lines changed
  • 07_RegressionModels/02_04_residuals_variation_diagnostics

1 file changed

+1
-1
lines changed

07_RegressionModels/02_04_residuals_variation_diagnostics/index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Calling a point an outlier is vague.
7474
* `hatvalues` - measures of leverage
7575
* `dffits` - change in the predicted response when the $i^{th}$ point is deleted in fitting the model.
7676
* `dfbetas` - change in individual coefficients when the $i^{th}$ point is deleted in fitting the model.
77-
* `cooks.distance` - overall change in teh coefficients when the $i^{th}$ point is deleted.
77+
* `cooks.distance` - overall change in the coefficients when the $i^{th}$ point is deleted.
7878
* `resid` - returns the ordinary residuals
7979
* `resid(fit) / (1 - hatvalues(fit))` where `fit` is the linear model fit returns the PRESS residuals, i.e. the leave one out cross validation residuals - the difference in the response and the predicted response at data point $i$, where it was not included in the model fitting.
8080

0 commit comments

Comments
 (0)