Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbrailey committed Mar 31, 2020
1 parent 4cbe5c0 commit 01c4667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/posts/test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,13 @@ burkina_faso <- burkina_faso %>%
2. So now we have our data ready. There are a few columns that can probably get removed once we have calculated electoral proximity, but you never know when they might come in handy.

To elucidate:

$\textit{leg_elect_year}$ = $L_t$

$\textit{pres_elect_year_fill}$ = $P_{t-1}$

$\textit{next_election}$ = $P_{t+1}$

```{r}
burkina_faso <- burkina_faso %>%
Expand Down

0 comments on commit 01c4667

Please sign in to comment.