Publications by Carlos Mendez

Efficiency Clusters Across Indonesian Provinces 1990-2010

27.01.2020

knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) library(tidyverse) library(plotly) # interactive figures library(kableExtra) # html tables library(ggrepel) library(DT) # Change the presentation of decimal numbers to 4 and avoid scientific notation options(prompt="R> ", digits=2, scipen=999) 1 Synopsis T...

7083 sym R (1526 sym/8 pcs) 3 img

Univariate distribution dynamics in R: Using the ggridges package

21.01.2020

Suggested Citation: Mendez Carlos (2020). Univariate distribution dynamics in R: Using the ggridges package. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/univariate-distribution-dynamics This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. 1 Load the Data Let us use a dataset contain...

8039 sym R (2863 sym/14 pcs) 11 img

panelr: Wrangling and plotting panel data

20.01.2020

1 Declare panel data object panel_data object class: A modified tibble, which is itself a modified data.frame. Groupwise operations: panel_data frames are grouped by entity, so many operations (e.g., mean(), cumsum()) are performed by dplyr’s mutate() panel_data frames are in “long” format, in which each row is a unique combination of enti...

12896 sym R (12345 sym/21 pcs) 5 img 1 tbl

Provincial GDP per capita and Unemployment in Indonesia 1986-2018

16.01.2020

knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) library(tidyverse) library(ExPanDaR) # explore panel data interactively library(DT) # interactive tables library(pmdplyr) # managing panel and hierarchical data library(gganimate) # animated theme_set(theme_minimal()) # Change the presentatio...

9377 sym R (2451 sym/10 pcs) 3 img

Classical Sigma and Beta Convergence Analysis in R: Using the REAT 2.1 Package

26.01.2020

Suggested Citation: Mendez Carlos (2020). Classical Sigma and Beta Convergence Analysis in R: Using the REAT 2.1 Package. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/classical-convergence-reat21 This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. 1 Preliminary Reading Vollrath (20...

10671 sym R (3123 sym/13 pcs) 6 img

Provincial income, convergence clubs and structural change in Indonesia 2001-2017

11.02.2020

Suggested citation: Gunawan, A. and Mendez, C. (2020). Provincial income, convergence clubs and structural change in Indonesia 2001-2017: An interactive and automated exploration in R. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/data-indonesia-34-provinces-clubs-2001-2017 This work is licensed under the Creative Commons Attributio...

14007 sym R (5765 sym/34 pcs) 1 img

Run Stata code using R Markdown and R Studio

24.12.2020

This page was written on Carloss-Mini with Statamarkdown version 0.5.5, and knitr version 1.30. For further references visit https://www.ssc.wisc.edu/~hemken/Stataworkshops/stata.html#stata-markdown-and-dynamic-documents Introduction This is an introduction to writing dynamic documents using R Markdown to produce documents based on Stata. This p...

4365 sym R (4770 sym/16 pcs) 1 img