Estimate OLS and Panel Elasticity Models
estimate_elasticities.RdRuns country-year OLS models and country-level pooled and between panel models for a prepared modeling dataset.
Usage
estimate_elasticities(
data,
response_vars = c("GO", "VA", "EMP", "CO2"),
predictor_vars = NULL,
country_col = "COUNTRY",
year_col = "YEAR",
entity_col = "INDUSTRIES"
)