This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# Sex ratios 11-10-2016 | |
# Sex ratios VS age in all HMD countries | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
require(dplyr) # version 0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# Sex ratios 12-10-2016 | |
# Replicate the analysis for the post https://habrahabr.ru/post/311970/ (RUS) | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
# The code is written and tested on a PC-win7-x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# | |
# Sex ratios 29-10-2016 | |
# HMD data: illustrate Russian male mortality specifics | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
library(dplyr) # version 0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# Sex ratios 11-11-2016 | |
# Analysis - US counties. | |
# Check the effect of urb/rur of the link between homicide rate and adult sex | |
# ratio. Doubts raised by https://dx.doi.org/10.1007/s12110-016-9271-x | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# | |
# Sweden 26-11-2016 | |
# HMD data: illustrate gender difference in mortality | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# The code is written and tested on a x86_64-pc-linux-gnu (64-bit) machine | |
# R version 3.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# ikashnitsky.github.io 2017-06-30 | |
# Produce an RGB coded map of pop structures at NUTS-3 level | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
library(tidyverse) # data manipulation and viz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# ikashnitsky.github.io 2017-07-15 | |
# The speed of ggplot2 using canvas | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
library(tidyverse) # data manipulation and viz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# ikashnitsky.github.io 2017-06-22 | |
# Creating maps with ggplot2 | |
# Lab script prepared for MPIDR IDEM 181 course on data visualization with R | |
# More info on the course: https://goo.gl/xXQH55 | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# ikashnitsky.github.io 2017-07-17 | |
# geom_map VS geom_polygon: the speed of maps creation | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
# load required packages | |
library(tidyverse) # data manipulation and viz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# | |
# ikashnitsky.github.io 2017-07-17 | |
# Trying ggjoy. | |
# The world convergence in male life expectancy at birth since 1950 | |
# Ilya Kashnitsky, [email protected] | |
# | |
################################################################################ | |
library(tidyverse) |
OlderNewer