Skip to content

Commit

Permalink
Removed 'the' that might be redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdream committed Jul 12, 2018
1 parent a8c3079 commit 3d21060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selection.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ We can then extract the predictors of that model.
all_hipcenter_mod$which[best_r2_ind, ]
```

We'll now calculate $\text{AIC}$ and $\text{BIC}$ for the each of the models with the best $\text{RSS}$. To do so, we will need both $n$ and the $p$ for the largest possible model.
We'll now calculate $\text{AIC}$ and $\text{BIC}$ for each of the models with the best $\text{RSS}$. To do so, we will need both $n$ and the $p$ for the largest possible model.

```{r}
p = length(coef(hipcenter_mod))
Expand Down

0 comments on commit 3d21060

Please sign in to comment.