Publications by user
Analysis of Kenyan National Parks
#1.ASK #1.0 Business task #Which parks have the highest number of visitors in a year. #Which parks have the highest lowest number of visitors in the year. #Which months bring in the highest and lowest number of visitors in the parks #Find out the total revenue per month for all the parks #1.1 Stakeholders #stakeholders include the following...
89 sym R (30845 sym/74 pcs) 12 img
HAVING FUN WITH R
Sys.time() ## [1] "2023-06-24 19:38:10 +01" # Question 1 # creating five vectors of integers a <- c(1,2,3,4,5,6) b <- c(2,4,6,8,10,12) c <- seq(10,60,10) d <- seq(1,12,2) e <- 10:15 # combining the vectors to form a matrix A <- cbind(a,b,c,d,e) rownames(A) <- letters[21:26];A ## a b c d e ## u 1 2 10 1 10 ## v 2 4 20 3 11 ## ...
102 sym
Document
library(ggplot2) library(ggrepel) library(ggthemes) library(extrafont) ## Registering fonts with R library(grid) library(cowplot) ## ## Attaching package: 'cowplot' ## The following object is masked from 'package:ggthemes': ## ## theme_map library(readr) EconomistData <- read_csv("EconomistData.csv") ## New names: ## • `` -> `...1...
47 sym R (7065 sym/28 pcs) 16 img
Quantum data preparation & customer analytics
#1.ASK #1.0 Business task #Creating and interpreting high level summaries of the data #Finding outliers and removing these (if applicable) #Checking data formats and correcting (if applicable) #1.1 Stakeholders #stakeholders include the following #Category manager #Quantiuam retail analytics team #2.PREPARE #There are two data sets, QVI ...
114 sym R (1696425 sym/105 pcs) 6 img
Exploratory Data Analysis of Supermarket Sales
#Exploratory Data Analysis on Supermarket Sales #Introduction #Definition: Exploratory Data Analysis refers to the critical process of performing initial investigations on data so as to discover patterns, to spot anomalies, to test hypothesis and to check assumptions with the help of summary statistics and graphical representations. #Objective...
67 sym R (22530 sym/55 pcs) 9 img
TVEM_Panel_Overall_Delinquency_230518
getwd() ## [1] "C:/Users/User/OneDrive/Research/Puberty Delinquency(HRB)" library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4...
56 sym R (28395 sym/38 pcs) 15 img
Document
Latitude and Longitude Coordinates mapview(data, xcol = "longitude", ycol = "latitude", crs = 4269, grid = FALSE, color = "firebrick", col.regions = "firebrick")...
47 sym
Document
Latitude and Longitude Coordinates mapview(data, xcol = "longitude", ycol = "latitude", crs = 4269, grid = FALSE, color = "firebrick", col.regions = "firebrick")...
47 sym