| NBA1314 | R Documentation |
Free throw statistics on 482 active players, 2013-2014 season
data(NBA1314)
A data frame with 482 players (rows) variables including.
RKrank of player by proportion of free throws made
PLAYERname of player
TEAMplayer's team
GPgames played
PPGpoints per game
FTM0FTM/GP
FTA0FTA/GP
FTAfree throws attempted
FTMfree throws made
FTpropFTA/FTM
Data obtained from ESPN.
See data analyzed in Henderson and Newton, 2015
data(NBA1314) nba.dat <- cbind(NBA1314$FTM, NBA1314$FTA) rownames(nba.dat) <- NBA1314$PLAYER rvals.nba <- rvalues(nba.dat, family=binomial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.