Skip to content

Commit

Permalink
Update 25-linreg-diagnostics.Rmd line 147
Browse files Browse the repository at this point in the history
parameter id.n = 3 removed as causing a large number of errors
  • Loading branch information
quirksahern authored Aug 23, 2024
1 parent 84d7cbf commit d86dabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/25-linreg-diagnostics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If no points are identified, nothing is returned.
Influence points can be further explored with an Influence Index Plot which provides index plots of influence and related diagnostics for a regression model.

```{r}
influenceIndexPlot(model1, id.n = 3)
influenceIndexPlot(model1)
```

If an observation is influential then that observation can change the fit of the linear model.
Expand Down

0 comments on commit d86dabf

Please sign in to comment.