Publications by Katarina Kentera
Flipped assignment 12
Part 1 This is a valid latin square design because the ingrediants A, B, C, D, and E only show up once in each row and column. To ensure orthogonality, we cannot have a repeat of a-e in ay one collumn/row. Part 2 The model equation for this latin square design is as follws: \(X_{ijk}=\mu+\tau_i+\beta_j+\alpha_k+\epsilon_{ijk}\) Part 3 Hypoth...
796 sym R (1002 sym/2 pcs)
Document
In this assignment we will analyze the Fresh Food Now case study. First, we would only like to consider those observations for which the Cubic Feet per UOM is greater than zero and less than two, and for which the Weight per UOM is greater than zero and less than 50. Also, we will only consider the factor levels of Case(CA), Each(EA), Pallet(PL),...
1472 sym R (4296 sym/2 pcs) 8 img
Kentera_Katarina_Assignment6_Part2
Summary of Data dat<-read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/US_Japanese_Cars.csv") knitr::kable(dat) ï..USCars JapaneseCars 18 24 15 27 18 27 16 25 17 31 15 35 14 24 14 19 14 28 15 23 15 27 14 20 15 22 14 18 22 20 18 31 21 32 21 31 10 32 10 24 11 26 9 29 28 24 25 24 19 33 16 33 17 32 19 ...
1213 sym R (1178 sym/6 pcs) 1 img 1 tbl
Final Project KV & KK
A very large food distributor in Atlanta called Fresh Food Now (FFN) intends on expanding their capacity and potentially adding a second facility. This report will be broken down into 2 main sections- Vendors and Lead Times with the purpose of discovering interesting qualities in their data. This data was taken in the year of 2015 and will be...
8426 sym R (5872 sym/1 pcs) 9 img
HW 8 Group 3
1 Evaluating the Data: 1.1 Importing Data: To ensure the quality of our data, we imported the Fresh Food Now Case Study Data from a local github repository using the following code and called upon the proper packages to conduct our correlation analysis: library(corrplot) library(Hmisc) dat<-read.csv("https://raw.githubusercontent.com/CGarc...
3396 sym R (3552 sym/12 pcs) 1 img