Skip to content

Instantly share code, notes, and snippets.

View amrofi's full-sized avatar

ADRIANO MARCOS RODRIGUES FIGUEIREDO amrofi

View GitHub Profile
@amrofi
amrofi / readmewiod.md
Last active October 25, 2020 15:52 — forked from jasonrwang/readme.md
Analyze World Input-Output Tables (inter-regional and inter-industry economic activity)

Analyze World Input-Output Tables

Quite simply, this R script can be used to sort through the world input-output tables provided by Timmer et al. at the World Input-Output Database. All the column numbers I've used here should match for the provided 2016 RData file.

This work was completed for an assignment in the EPA1223 Macro-economics for Policy-Analysis course. It's now been validated against (and corrected for) the answers provided by Dr. Enno Schröder (who taught us the input-output model).

I'm putting this file online in the hope that it might save someone some time in dealing with the WIOD dataset and for research. None of the analysis should be used by anyone to complete their own assignments.

3D Regression Shiny App
Base R code created by Irvin Alcaraz
Shiny app files created by Irvin Alcaraz
Cal Poly Statistics Dept Shiny Series
http://statistics.calpoly.edu/shiny
@amrofi
amrofi / download_bolsa_familia.R
Created January 21, 2020 12:14 — forked from fernandobarbalho/download_bolsa_familia.R
Script para download de base de dados de bolsa família
#Faça download de um conjunto de tabelas do bolsa família referente a qualquer período a partir de janeiro de 2003
base_address<- "http://transparencia.gov.br/download-de-dados/bolsa-familia-pagamentos/"
#Alterar as variáveis abaixo de acordo com o que se deseja
ano_ini<- 2018
ano_fim<- 2018
mes_ini<-1
ult_mes_disp<- 2