When is a hand pass in hockey legal?
the player's defensive zone
Y = HRB1 + RB2 + e
In this equation, HR is considered a(n) ____ variable.
Independent/Explanatory
write_csv is used in R to...
write data from R into a CSV and save in your working directory
I led Syracuse Men's Basketball to a championship in 2003.
Carmelo Anthony
WAR
⚾
Wins Above Replacement
How many fouls do you get in NBA basketball?
6
If the coefficient of one of my independent variables (homeruns) from a linear model is -5 that means...
A one unit increase in homers, decreases Y by 5 units.
What is this symbol called in R
%>%
Pipe Operator
I am the only player to win both the All-Star Game MVP and World Series MVP in the same year (2000).
Derek Jeter
DWS
🏀
Defensive Win Shares
What is a successful quarterback drop kick in NFL?
QB drops the ball, lets it bounce off the ground, kicks it, and gets it through the field goal posts.
An ____ test can be used to determine if the inclusion of a variable makes your model better.
Anova
What will the given expression in Python output?
for x in 'mike':
if x == 'k':
print('x', end="")
else:
print('o', end="")
ooxo
I hold the record for number of all time goals.
Wayne Gretzky
FOW
🏒
Face Off Wins
When are the 2 times in soccer where there is no offsides?
Goal kick & Throw-in
looking for significance; making projections
Write code to inner join "data_1" and "data_2" in R by the column "ID"
data_1 %>%
inner_join(data_2, by = "ID")
I have the most red cards in soccer since 2000.
Sergio Ramos
AY/A
🏈
Adjusted Yards Against Per Pass Attempt
In baseball, what happens when a fielder intentionally throws their glove at the ball?
Each runner awarded 3 bases and it is a dead ball
If I have a 1/0 dependent variable, I could use this kind of model.
Logit model
What does this code output in R?
data$population[which.min(data$population)]
The max population in data
I am...
Considered the shortest football player in the NFL
Have been on the free agent list since 2015 but have not retired
Was a sprinter in college
Best known as a kick and punt returner for the Broncos
Trenton Holliday
npxG
⚽
Non Penalty Expected Goals