Publications by Carlos Mendez
Bivariate distribution dynamics analysis in R
Suggested citation: Mendez C. (2020). Bivariate distribution dynamics analysis in R. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/tutorial-bivariate-distribution-dynamics This work is licensed under the Creative Commons Attribution-Non Commercial-Share Alike 4.0 International License. Acknowledgment: Material adapted from multiple...
20898 sym R (7660 sym/58 pcs) 23 img 1 tbl
Spatial regression analysis in R
Suggested citation: Mendez C. (2020). Spatial regression analysis in R. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/tutorial-spatial-regression This work is licensed under the Creative Commons Attribution-Non Commercial-Share Alike 4.0 International License. Acknowledgment: Material adapted from multiple sources, in particular Bu...
32161 sym R (33992 sym/106 pcs) 8 img
Geographically weighted regression models: A tutorial using the spgwr package in R
Suggested citation: Mendez C. (2020). Geographically weighted regression models: A tutorial using the spgwr package in R. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/tutorial-gwr1 This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. Acknowledgment: Material adapted from multiple sour...
19969 sym R (9849 sym/50 pcs) 10 img
Spatial autocorrelation analysis in R
Suggested citation: Mendez C. (2020). Spatial autocorrelation analysis in R. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/spatial-autocorrelation This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. Acknowledgment: Material adapted from multiple sources, in particular the course mater...
18987 sym R (6087 sym/45 pcs) 10 img
Making maps in R: Using the sf and tmap Packages
Suggested Citation: Mendez C. (2020). Making maps in R: Using the sf and tmap Packages. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/tutorial-maps-in-r This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. 1 Libraries knitr::opts_chunk$set(echo = TRUE, warning=FALSE) library(tidyvers...
17164 sym R (8455 sym/36 pcs) 17 img
Long Run vs Short Run Decompositions in R
Suggested Citation: Mendez C. (2020). Long Run vs Short Run Decompositions in R: The HP filter vs the Hamilton filter. R Studio/RPubs. Available at https://rpubs.com/quarcs-lab/long-run-filters This work is licensed under the Creative Commons Attribution-Share Alike 4.0 International License. 1 Set parameters of the program Name of the serie...
1512 sym R (1987 sym/16 pcs) 1 img
Productivity differences in the ASEAN community 1972-2017
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) library(tidyverse) library(rio) # import stata files library(ExPanDaR) # explore panel data interactively library(DT) # interactive tables library(pmdplyr) # managing panel and hierarchical data library(panelr) # managing panel data libr...
8324 sym R (2826 sym/14 pcs) 1 img
Regional inequality across countries 1992-2012
knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) library(tidyverse) library(rio) # import stata files library(ExPanDaR) # explore panel data interactively library(DT) # interactive tables library(pmdplyr) # managing panel and hierarchical data library(panelr) # managing panel d...
9451 sym R (3520 sym/16 pcs) 1 img
ExPanD: An interactive exploration of cross-sectional data
knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) library(tidyverse) library(ExPanDaR) # explore panel data interactively library(gapminder) # panel data for GDP and Health # Change the presentation of decimal numbers to 4 and avoid scientific notation options(prompt="R> ", digits=3, scipen=999) Suggested ...
6673 sym R (1189 sym/8 pcs) 1 img
ExPanD: An interactive exploration of panel data
knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) library(tidyverse) library(ExPanDaR) # explore panel data interactively library(gapminder) # panel data for GDP and Health # Change the presentation of decimal numbers to 4 and avoid scientific notation options(prompt="R> ", digits=3, scipen=999) Suggested ...
7164 sym R (1185 sym/8 pcs) 1 img