Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Robinson committed Oct 21, 2015
1 parent 78f08f7 commit 5864efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _R/2015-10-21-credible_intervals_baseball.Rmd
Expand Up @@ -26,7 +26,7 @@ Here I'll show how to compute a *credible interval* using empirical Bayes. This

### Setup

I'll start with the same code from the last post, so that you can follow along with in R if you like.
I'll start with the same code from the last post, so that you can follow along in R if you like.

```{r cache = FALSE, echo = FALSE}
library(ggplot2)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-10-21-credible_intervals_baseball.md
Expand Up @@ -22,7 +22,7 @@ Here I'll show how to compute a *credible interval* using empirical Bayes. This

### Setup

I'll start with the same code from the last post, so that you can follow along with in R if you like.
I'll start with the same code from the last post, so that you can follow along in R if you like.



Expand Down

0 comments on commit 5864efc

Please sign in to comment.