Publications by Alexis Mekueko
DATA_Lab4
R Packages library(tidyverse) #loading all library needed for this assignment library(openintro) head(fastfood) ## # A tibble: 6 x 17 ## restaurant item calories cal_fat total_fat sat_fat trans_fat cholesterol ## <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> ## 1 Mcdonalds Arti~ 380 60 7 ...
4449 sym R (24047 sym/106 pcs) 35 img
DATA607-Tidying and Transforming Data
Github Link: https://github.com/asmozo24/Data607_Assignment5.git R Packages library(tidyverse) #loading all library needed for this assignment library(openintro) #head(fastfood) library(readxl) library(readr) library(plyr) library(dplyr) #library(dice) # #library(VennDiagram) # #library(help = "dice") library(DBI) library(dbplyr) lib...
1644 sym R (8827 sym/25 pcs) 2 img
Foundations for statistical inference - Sampling distributions
library(tidyverse) #loading all library needed for this assignment library(openintro) library(infer) library(gplots) #head(fastfood) #library(readxl) #library(data.table) #library(readr) #library(plyr) #library(dplyr) #library(dice) # #library(VennDiagram) # #library(help = "dice") #library(DBI) #library(dbplyr) #library(rstudioap...
12229 sym R (20901 sym/63 pcs) 16 img
DATA606 Chapter 6 Inference for Categorical Data
Github link: Web link: library(tidyverse) #loading all library needed for this assignment library(openintro) library(infer) library(gplots) #head(fastfood) #library(readxl) #library(data.table) #library(readr) #library(plyr) #library(dplyr) #library(dice) # #library(VennDiagram) # #library(help = "dice") #library(DBI) #library(dbply...
8917 sym R (2952 sym/19 pcs)
DATA606 Chap7 Lab7 Inference for numerical data
Github link: https://github.com/asmozo24/DATA606_Lab7 Web Link : file:///C:/Users/Petit%20Mandela/Documents/R/DATA606_Homework7/DATA606_Homework7/DATA606_Homework7.html library(tidyverse) #loading all library needed for this assignment library(openintro) library(infer) library(gplots) library(httr) library(rvest) library(xml2) #head(fastf...
6885 sym R (9477 sym/60 pcs) 2 img
Web APsI in R
Web APIs Alexis Mekueko 10/23/2020 R Packages library(tidyverse) #loading all library needed for this assignment #library(openintro) #head(fastfood) library(readxl) #library(data.table) library(DT) library(knitr) library(readr) #library(plyr) library(dplyr) library(stringr) library(XML) library(RCurl) library(jsonlite) library(...
1000 sym R (12906 sym/10 pcs)
DocumentIntroduction to linear regression
R Packages library(tidyverse) #loading all library needed for this assignment library(openintro) #head(fastfood) #library(readxl) library(data.table) #library(DT) library(knitLatex) library(knitr) library(markdown) library(rmarkdown) #library(readr) #library(plyr) #library(dplyr) library(stringr) #library(XML) #library(RCurl) #li...
12716 sym R (22689 sym/67 pcs) 14 img
Data Project Proposal
R Packages library(tidyverse) #loading all library needed for this assignment library(openintro) library(psych) ## Warning: package 'psych' was built under R version 4.0.3 #head(fastfood) library(readxl) library(data.table) #library(DT) library(knitr) library(readr) #library(plyr) library(dplyr) library(stringr) #library(XML) #librar...
2757 sym R (6685 sym/30 pcs) 7 img
Working with Tidyverse
body .main-container { max-width: 1800px; max-height: 100px; } R Packages library(tidyverse) #loading all library needed for this assignment #library(openintro) #library(psych) #head(fastfood) library(readxl) #library(data.table) #library(DT) library(knitr) library(readr) #library(plyr) library(dplyr) library(stringr) #library(XML) ...
2582 sym R (7894 sym/30 pcs)
DATA606 Final Project: Data Insights to Improve school Education System
The City University of New York School of Professional StudiesStatistics and Probability for Data Analytics (DATA 606) Final Project: Data Insights to Improve school Education System Alexis Mekueko email: alexis.mekueko08@login.cuny.edu 12/08/2020 Part 2 - Introduction Many students failed in school not because of thier intelligence. There are...
12008 sym R (15675 sym/38 pcs) 24 img