Publications by Tatyana Nikiforova, Kulbertinova Kseniia, Petrov Igor
OLS
datach=read_excel('F00011095-WVS_Wave_7_Ukraine_Excel_v2.0.xlsx') head(datach) ## # A tibble: 6 × 416 ## `version: Version of Data File` doi: Digital Object I…¹ A_YEAR: Year of surv…² ## <chr> <chr> <dbl> ## 1 1-5-0 (2020-11-16) doi.org/10.14281/18241… ...
9267 sym R (12169 sym/53 pcs) 13 img 3 tbl
OLS
datach=read_excel('F00011095-WVS_Wave_7_Ukraine_Excel_v2.0.xlsx') head(datach) ## # A tibble: 6 × 416 ## `version: Version of Data…` `doi: Digital …` `A_YEAR: Year …` `B_COUNTRY: IS…` ## <chr> <chr> <dbl> <dbl> ## 1 1-5-0 (2020-11-16) doi.org/10.1428… 2020 ...
9267 sym R (11789 sym/53 pcs) 13 img 3 tbl
dashboard
Анализ оттока клиентов банка в Германии Inputs Страна Германия Испания Франция Column Сколько ушло и осталось клиентов в разных странах Отток в Германии в зависимости от возраста Column и балан�...
640 sym 2 img
Проект SQL: Отток клиентов банка
Задача В работе представлен анализ оттока клиентов банка и предложены рекомендации по уменьшению оттока. Анализ Данные и логика анализа Для начала посмотрим какие таблицы в базе и что в них...
3524 sym R (8829 sym/36 pcs) 10 img
PCA
Libraries library(magrittr) library(tidyverse) library(corrplot) library(psych) library(plotly) library(htmlwidgets) require(FactoMineR) require(factoextra) library(cluster) Data & Assignment Data and assignment were taken from https://www.kaggle.com/datasets/vipulgohel/clustering-pca-assignment Assignment: After the current funding programs, Inte...
3772 sym R (9999 sym/31 pcs) 6 img
MDS
Introduction Dataset was taken from Kaggle https://www.kaggle.com/datasets/venessagreen/comparing-cosmetics-by-ingredients Description: Dataset includes information about cosmetics products, original data included 1472 observations with 11 variables: Name, Brand, Label, Ingredients, for which type of skin this product is, Price and Rank. There are ...
2979 sym R (3515 sym/28 pcs) 7 img