Publications by Luis Araiza, Yashwanth Dommaraju, Syed Mustafa Ahmed
Final exam q 9
Question 9 on the carbon anode library(GAD) ## Warning: package 'GAD' was built under R version 4.1.3 ## Loading required package: matrixStats ## Warning: package 'matrixStats' was built under R version 4.1.3 ## Loading required package: R.methodsS3 ## Warning: package 'R.methodsS3' was built under R version 4.1.3 ## R.methodsS3 v1.8.2 (2022-06-1...
1005 sym R (2206 sym/14 pcs)
Final exam q 13
Set up obs <-c(25 , 19 , 15 , 15 , 29 , 23 , 28 , 35 , 24 , 35 , 38 , 25, 30 , 28 , 17 , 16 , 27 , 24 , 21 , 27 , 25 , 21 , 34 , 29, 26 , 20 , 14 , 13 , 24 , 21 , 27 , 25 , 20 , 24 , 30 ,33 ) Batch <- c(rep(seq(1,4),9)) process<- c(rep(1,4),re...
450 sym R (1407 sym/11 pcs)
Final exam q11
Set up a <- c(-1,1) b <- c(-1,-1,1,1) c <- c(-1,-1,-1,-1,1,1,1,1) A <- c(rep(a,8)) B <- c(rep(b,4)) C <- c(rep(c,2)) D <- c(rep(-1,8),rep(1,8)) obs<- c(12,18,13,20,17,25,15,25,10,24,13,24,19,21,17,23) library(DoE.base) ## Warning: package 'DoE.base' was built under R version 4.1.3 ## Loading required package: grid ## Loading required p...
181 sym R (872 sym/12 pcs) 1 img
EDA HW 8 Luis & Ryan
1 Overview The following is in regard to Assignment 8 for IE 4331-EDA for the Spring 2022 semester at Texas Tech University. All analysis comes from the data for the Fresh Food Now case study found here: https://raw.githubusercontent.com/Garcia-Ry/IE-4331-EDA/main/SKU%20Master.csv In order to evaluate the data, the corrplot package must be in...
2121 sym R (4957 sym/10 pcs) 1 img
Luis Araiza EDA HW 6 pt 2
Summary of Data We are going to first read in the data from a github site and display the data. dat<-read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/US_Japanese_Cars.csv") names(dat)[names(dat) == "ï..USCars"] <- "USCars" #Ran into a problem loading raw data for some reason there is a name change when importing knitr::kabl...
1313 sym R (1407 sym/6 pcs) 1 img 1 tbl
Luis Araiza EDA HW 6
1 Analysis of Outliers Items of highest weight contain a lot of water such as beverages, milk, fruits, and vegetables. The folowing equation was used to calculate what is considered an outlier: \[ > Q3+1.5[IQR] \] Where anything greater than that is considered a deviation from the norm. 2 Visual Aids 2.1 Weight of all Inventory in Pounds The ...
2021 sym R (4628 sym/1 pcs) 9 img
Document
1 Introduction The following information is for the final project for the Exploratory Data Analysis course in the Industrial Engineering Department of Texas Tech University. The product information for the following analysis can be found at: https://raw.githubusercontent.com/Garcia-Ry/IE-4331-EDA/main/SKU%20Master.csv https://raw.githubuserconten...
6920 sym R (14023 sym/29 pcs) 11 img
Publish Document
1 Introduction The following information is for the final project for the Exploratory Data Analysis course in the Industrial Engineering Department of Texas Tech University. The product information for the following analysis can be found at: https://raw.githubusercontent.com/Garcia-Ry/IE-4331-EDA/main/SKU%20Master.csv https://raw.githubuserconten...
6915 sym R (14023 sym/29 pcs) 11 img
AGR EDA Final Report
1 Introduction The following information is for the final project for the Exploratory Data Analysis course in the Industrial Engineering Department of Texas Tech University. The product information for the following analysis can be found at: https://raw.githubusercontent.com/Garcia-Ry/IE-4331-EDA/main/SKU%20Master.csv https://raw.githubuserconten...
6915 sym R (14023 sym/29 pcs) 11 img