| NBA1314 {rvalues} | R Documentation |
National Basketball Association, free throw data, 2013-2014 season
Description
Free throw statistics on 482 active players, 2013-2014 season
Usage
data(NBA1314)
Format
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
Details
Data obtained from ESPN.
References
See data analyzed in Henderson and Newton, 2015
Examples
data(NBA1314)
nba.dat <- cbind(NBA1314$FTM, NBA1314$FTA)
rownames(nba.dat) <- NBA1314$PLAYER
rvals.nba <- rvalues(nba.dat, family=binomial)
[Package rvalues version 0.7.1 Index]