Publications by Laky, Ryann

Laky_Homework 5

15.11.2022

Part 1: Association Analysis 1. Load the TransFood excel file into R as a dataset of transactions. Each row in the dataset represents items purchased by a particular customer during one visit to a store. What is the largest total number of items purchased by a customer during one visit (i.e., what is the largest number of 1’s in any single row...

5986 sym R (10721 sym/39 pcs) 3 img

Laky_Homework 6

22.11.2022

Question 1. Load the penguins2 excel file into R, and convert the dataset into a data frame. Below is the code for loading the data as a data frame and the results of viewing the summary. library(readxl) penguins <- as.data.frame(read_xlsx("/Users/ryannlaky/Documents/University of Indianapolis/MSDA 621/Homework/Homework 6/penguins2.xlsx")) summa...

4245 sym R (7827 sym/33 pcs) 4 img

Laky_Homework 7

03.12.2022

Question 1. Load the mpg excel file into R Markdown, and convert the dataset into a data frame. library(readxl) mpg <- as.data.frame(read_xlsx("/Users/ryannlaky/Documents/University of Indianapolis/MSDA 621/Homework/Homework 7/mpg.xlsx")) summary(mpg) ## mpg acceleration ## Min. : 9.00 Min. : 8.00 ## 1st Qu.:17.50 1st ...

2948 sym R (7726 sym/29 pcs) 3 img

Laky_Exam 2

13.12.2022

Part 1: Predictive Models on the Iris Dataset Question 1. Load the data frame called iris in R using the following code: data(iris) Also, type the name of the data frame to view it in R using the following code: iris data(iris) iris ## Sepal.Length Sepal.Width Petal.Length Petal.Width Species ## 1 5.1 3.5 1...

5189 sym R (16807 sym/40 pcs) 4 img

Plato's Pizza Project

13.12.2022

Plato’s Pizza Authors: Melissa Oberg, Tammy Brockman, Courtney Lambert, Ryann Laky Business Understanding Plato’s Pizza is a Greek-inspired pizza place in New Jersey. They have 15 tables and 60 seats. An assumption is made, based on the data, that this is related to dine-in orders only. Mario Maven, the restaurant’s manager, has been col...

20301 sym 32 img