Publications by Shane Hylton

DATA 602 Discussion 12

13.04.2022

Fantasy Football Score Composition The Data Data is loaded into a Github Repository for easy access. It was downloaded from the FantasyPros website. The data from the FantasyPros website is inaccurate for players like Cordarrelle Patterson, who are listed as runningbacks or tight ends in the FantasyPros database. I will attempt to clean this up ...

3085 sym R (6394 sym/9 pcs) 4 img

DATA 605 Assignment11

11.04.2022

Question 1: Using the “cars” dataset in R, build a linear model for stopping distance as a function of speed and replicate the analysis of your textbook chapter 3 (visualization, quality evaluation of the model, and residual analysis.) fit <- lm(dist ~ speed, data = cars) Linearity linfit <- ggplot(cars, aes(x = speed, y = dist, na.rm = TRUE...

1415 sym R (1935 sym/13 pcs) 5 img

DATA 605 Assignment 12

19.04.2022

raw <- read.csv("https://learn-us-east-1-prod-fleet02-xythos.content.blackboardcdn.com/61aab133e7df2/14511441?X-Blackboard-Expiration=1650337200000&X-Blackboard-Signature=T3cp%2BNJcKIFqv73QUn7g%2BXujpg85eArvqoRwe9b4QYE%3D&X-Blackboard-Client-Id=100211&response-cache-control=private%2C%20max-age%3D21600&response-content-disposition=inline%3B%20fil...

3013 sym R (5875 sym/18 pcs) 3 img