Assignment 3

library(haven) 
library(ggplot2)
TEDS_2016 <- read_stata("https://github.com/datageneration/home/blob/master/DataProgramming/data/TEDS_2016.dta?raw=true")

What is the dependent variable??? Assignment doesnt specify, I cant find it in the data set