SCU R Program Big Data Analytic Project
Description
You are a data Scientist working for a sports team. You want to assess the improvement (or not) of 10 players2unning speed.You have been supplied with two vectors of data: Speed of players before doing a certain practice, and their speed after it. Your task is to calculate the following metrics:? Improvement for each player? Improved players 4he number of the players that improved? Unimproved players 4he number of the players that did not improved? Best improver he player whose speed increased the most? Least improver he player whose speed decreased the mostThe file with the vectors is available on week 2 in blackboard.
#Data
SpeedAfter <- c(145, 76, 86, 91, 80, 81, 114, 97, 103, 143 )
SpeedBefore <- c(120, 56, 123, 120, 86, 64, 32, 58, 69, 166 )
#Solutio
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."