Publications by EMO⛓🖤 because university years are coming to the end (Niki Sharin)
Crimes in Russian Regions
Preparation part ## LIBRARIES library(smacof) library(tidyverse) library(plotly) library(ggplot2) library(ggrepel) library(patchwork) library(stringi) ## FUNCTIONS # Negative analogue of %in% '%!in%' = function(x,y)!('%in%'(x,y)) ## DATA IMPORT # Crimes by severity degree minor_severity = read.csv("minor_severity.csv", header = F) %>% rename(...
12647 sym R (21208 sym/33 pcs) 14 img
Crimes in Russian regions
Preparation part ## LIBRARIES library(smacof) library(tidyverse) library(plotly) library(ggplot2) library(ggrepel) library(patchwork) library(stringi) ## FUNCTIONS # Negative analogue of %in% '%!in%' = function(x,y)!('%in%'(x,y)) ## DATA IMPORT # Crimes by severity degree minor_severity = read.csv("minor_severity.csv", header = F) %>% rename(...
12646 sym R (21208 sym/33 pcs) 14 img
Helping Spotify to Save Money by Optimizing the Way Songs’ Features is Stored (PCA)
Preparation part # Libraries library(tidyverse) library(corrplot) library(ggbiplot) library(ggpubr) library(factoextra) library(FactoMineR) library(psych) library(kableExtra) # Importing dataset songs_dataset = read.csv("spotify_data.csv") %>% select(-X) What has been done: Necessary libraries are uploaded; Dataset is imported and pre-cleaned: an...
17410 sym R (8970 sym/28 pcs) 9 img 1 tbl
[Mini-research] Connection between crime rates and political orientation in USA
The project target In this project I want to get an answer to the next research question: Research question: is there any connection between crime rates and political orientation of the state? Why connection can be possible: speaking in plain speculative language, political orientation can be presented as derivative of world-view. Different world...
6678 sym R (3839 sym/12 pcs) 2 img 2 tbl
3TB Portfolio
Project 1: Descriptive Statistics Formal block Research topic Bulgarian Muslims in the context of the European migration crisis. Research question Are local Muslims in Bulgaria discriminated against? Contribution Sharin Nikita: formation of the topic & research question, selection of the necessary variables, preparation of the scatter plot a...
50659 sym R (11481 sym/62 pcs) 25 img 19 tbl
Предотвращение оттока сотрудников • Шарин Никита
Задача Решаемая задача: Уменьшение текучести кадров. Зачем: Для сокращения издержек на персонал, т.к. уровень текучести кадров непосредственно связан с тем, как регулярно и в каких объёмах н�...
11728 sym R (17228 sym/23 pcs) 7 tbl
Internship project
Project base info Topic: connection between escapism and risk behavior among adolescents of Saint-Petersburg. Research question: are escapism and risk behavior among adolescents of Saint-Petersburg associated with each other? If so, how exactly? Literature review The first thing to note: connection between escapism and risk behavior was already ...
13734 sym R (8327 sym/4 pcs) 1 img