Publications by Ostinato Rigore
Airtable: ML Intervention
Data Glimpse df <- airtable_df %>% select(-c("id_2", "id", "date_added", "created_time")) %>% filter((age - years_of_experience) > 18) %>% as.tibble() glimpse(df) ## Rows: 1,103 ## Columns: 9 ## $ phone <chr> "957-474-8982", "001-606-273-4942x7284", "+1-964-2… ## $ address <chr> "921 Henry Pass Apt. 227\\...
4097 sym R (35956 sym/41 pcs) 5 img
Automated Report of Sample Survey of Corp Member's Opinion in Ondo State,Nigeria.
#1 Distribution of LOCATION OF PRIMARY ASSIGNMENT Table showing distribution LOCATION OF PRIMARY ASSIGNMENT of Corp Members Frequency & Percentage Frequency Percentage (%) RURAL 99 51 URBAN 93 48 NA 2 1 The coressponding Table and Chart indicatess that 51% were deployed to RURAL, 48% were deployed to URBAN, while 1% of respondents did not ...
10815 sym 46 img 23 tbl
Exploratory Data Analysis: Banks
library(tidyverse) ## -- Attaching packages ------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.0 v purrr 0.3.3 ## v tibble 2.1.3 v dplyr 0.8.5 ## v tidyr 1.0.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## -- Conflicts ------------------------------...
554 sym R (10524 sym/32 pcs) 4 img
Exploratory Data Analysis: Diabetes
library(tidyverse) ## -- Attaching packages ------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.0 v purrr 0.3.3 ## v tibble 2.1.3 v dplyr 0.8.5 ## v tidyr 1.0.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## -- Conflicts ------------------------------...
559 sym R (9873 sym/33 pcs) 4 img
Exploratory Data Analysis: Wine
##Use 'install.packages(c("library A", "library X"))' to newly install these libraries library(tidyverse) Registered S3 method overwritten by 'dplyr': method from print.rowwise_df Registered S3 methods overwritten by 'dbplyr': method from print.tbl_lazy print.tbl_sql [37m-- [1mAttaching package...
5046 sym R (8152 sym/23 pcs) 4 img
Exploratory Data Analysis: Breast Cancer
Installing Packages install.packages(c(“package A”, “package X”)) ##Use 'install.packages(c("library A", "library X"))' to newly install these libraries library(tidyverse) Registered S3 method overwritten by 'dplyr': method from print.rowwise_df Registered S3 methods overwritten by 'dbplyr': method from ...
5420 sym R (8152 sym/23 pcs) 4 img
Exploratory Data Analysis: Ulabox
library(dplyr) library(ggplot2) library(lattice) #library(caret) Description of Data Order: There are 30000 orders and each order has a different number. Customer: The data is for +10000 customers and they placed multiple orders. Total Items: Total number of items bought per order per customer on a given day in a given hour. Discount: Total ...
2116 sym R (6153 sym/27 pcs) 5 img
Tentative: iWebText Modelling
#Text Analysis of iWeb text data ## Contains the 10th value in a sample of 60,000 words. library(dplyr) library(stringr) library(tidytext) library(tidyverse) library(lubridate) library(scales) library(corrplot) library(Hmisc) library(reshape2) Initiating Data Checks text_Df <- read.csv("C:/Users/HP/Desktop/iweb_wordFreq_sample/iWeb_lemma...
2004 sym R (25948 sym/25 pcs) 2 img
GhanaHealthFacility EDA
gh_Df <- read.csv("C:/Users/PC/Documents/R_4DS/Ghana/health-facilities-gh.csv") str(gh_Df) ## 'data.frame': 3756 obs. of 8 variables: ## $ Region : Factor w/ 10 levels "Ashanti","Brong Ahafo",..: 1 1 1 1 1 1 1 1 1 1 ... ## $ District : Factor w/ 171 levels "Abura-Asebu-Kwamankese",..: 119 37 4 6 93 119 33 31 62 101 ... ## $ Faci...
461 sym R (29592 sym/40 pcs) 2 img
Market EDA
marketDf <- read.csv("C:/Users/PC/Documents/marketing_data.csv") str(marketDf) ## 'data.frame': 2240 obs. of 28 variables: ## $ ï..ID : int 1826 1 10476 1386 5371 7348 4073 1991 4047 9477 ... ## $ Year_Birth : int 1970 1961 1958 1967 1989 1958 1954 1967 1954 1954 ... ## $ Education : Factor w/ 5 levels ...
1796 sym R (13991 sym/37 pcs) 11 img 1 tbl