Skip to content

Instantly share code, notes, and snippets.

View itoledor's full-sized avatar

Ignacio Toledo Román itoledor

View GitHub Profile
library(texreg)
library(haven)
library(hrbrthemes)
library(ggrepel)
dat <- read_csv("controles_comunas.csv") ## Pueden bajar el archivo en el Gist
mod1 <- lm(controles ~ poly(poblacion,1) + poly(pobreza,2), dat)
screenreg(mod1)