All examples By author By category About

smilanko

wk3_assignment

Name: Slobodan Milanko

Drawing

chart #1 shows us a horizontal bar chart of attempted passes per player, within a conference. From here, we are able to mainly see which conferences make the most attempts (by getting a gist of the most dominant colors on the graph) and which players tend to pass the most.

Drawing

chart #2 shows us a scatterplot of 2 variables (Passing TD and Passing Attempt), with conference mapped to color. This chart can show us the number of passing attempts made by a player, by tallying the TD count. From there, we can compare how many attempts are needed of players within a conferences, who have the same same Passing TD range.

Drawing

chart #3 shows us a derived variable called Margin_PassA_To_PassTD. This variable takes the total number of attempted passes, and the total passes to TD's, (per player) and returns back a ratio. We color code each ratio by conference. The insight we can gain from this is that we are able to see the conferences with the best, Pass Attempt to Pass TD ratio. This can help us answer a question, such as: Out of all pass attempts, how many lead to a touchdown? By asking this question, we can see that conferences such as Big Ten had nearly a 11% ratio. We can also see that the majority of players per conference, maintained a 3%-7.5% ratio.

forked from smilanko's block: wk3