First Blogdown blogpost

This is my first post just a test of blogdown.

It seems to be working fine also with this R code.

x = 5
x^2
## [1] 25

And this Python code:

print("hello" + "there")
## hellothere

Let’s check out how a graph looks too:

library(ggplot2)
ggplot(mtcars) +
  aes(mpg, disp, col = as.factor(cyl)) +
  geom_point()

Looks good. I’m very satisfied. Hooray for blogdown!

Evangeline Reynolds
Visiting Teaching Assistant Professor

My research interests include international institutions, causal inference, data visualization, and computational social science and pedagogy.