library(psych)
library(stargazer)
Please cite as:
Hlavac, Marek (2022). stargazer: Well-Formatted Regression and Summary Statistics Tables.
R package version 5.2.3. https://CRAN.R-project.org/package=stargazer
telecom_customer_churn <- read.csv("~/Downloads/telecom_customer_churn.csv")
telecom_zipcode_population <- read.csv("~/Downloads/telecom_zipcode_population.csv")
population <- telecom_zipcode_population
churn <- telecom_customer_churn