DMDW Lab Progress Report: 'C:/Users/KIIT/Desktop/DMDW Lab/players - CSV'
DMDW Lab Progress Report: 'C:/Users/KIIT/Desktop/DMDW Lab/players - CSV'
2. Then I extracted the top 100 players in the world to a new dataset and
called it Top100Players to simplify simulating.
> top100players<-head(players,100).
install.packages(tidyverse)
library(tidyverse).
> plot(x=top1000players$International.Reputation,
y=top1000players$Value,ylim = c(2.5,100))
No Relationship between the price and the Reputation
> plot(x=top1000players$Contract.Valid.Until,
y=top1000players$Value,ylim = c(2.5,100))