Publications by Alyssa McGuinness

Quiz 1

19.02.2021

# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held local_currency ## <chr> <chr> <chr> <chr> <dbl> <chr> <dbl> <chr> ## 1 AAP...

921 sym R (1737 sym/4 pcs)

Quiz4

03.04.2021

For this quiz, you are going to use orange juice data. This data set is originally used in a machine learning (ML) class, with the goal to predict which of the two brands of orange juices the customers bought. Of course, you are not building a ML algorithm in this quiz. I just wanted to provide you with the context of the data. The response varia...

3880 sym R (6329 sym/22 pcs) 1 img

Quiz 2

04.03.2021

For this quiz, you are going to use orange juice data. This data set is originally used in a machine learning (ML) class, with the goal to predict which of the two brands of orange juices the customers bought. Of course, you are not building a ML algorithm in this quiz. I just wanted to provide you with the context of the data. The response varia...

3190 sym R (5789 sym/8 pcs) 2 img

Quiz 5

17.04.2021

You will use college tuition and diversity data for this quiz. See below for the definition of some of the variables. in_state_total: Total cost for in-state residents in USD (sum of room & board + in state tuition) out_of_state_total: Total cost for in-state residents in USD (sum of room & board + out of state tuition) percent_minority: share o...

2559 sym R (14383 sym/13 pcs) 3 img

Term Paper

05.05.2021

Choose one of David Robinson’s tidytuesday screencasts, watch the video, and summarise. https://www.youtube.com/channel/UCeiiqmVK07qhY-wvg3IZiZQ Instructions You must follow the instructions below to get credits for this assignment. Elaborate your answer. One or two sentence answers won’t get credit. Make sure to cite what you see and hear ...

2566 sym

Quiz6

01.05.2021

For this quiz, you are going to use mpg (miles per galon) dataset. This dataset contains a subset of the fuel economy data that the EPA makes available on http: //fueleconomy.gov. It contains only models which had a new release every year between 1999 and 2008 - this was used as a proxy for the popularity of the car. The dataset has the following...

2026 sym R (3766 sym/26 pcs)