Learn R Programming

Lock5withR (version 1.2.2)

NBAPlayers2011: NBA Players data for 2010-11 Season

Description

Data from the 2010-2011 regular season for 176 NBA basketball players.

Arguments

Format

A data frame with 176 observations on the following 25 variables.
  • Player Name of player
  • Age Age in years)
  • Team Team name
  • Games Games played (out of 82)
  • Starts Games started
  • Mins Minutes played
  • MinPerGame Minutes per game
  • FGMade Field goals made
  • FGAttempt Field goals attempted
  • FGPct Three-point field goal percentage
  • FG3Made Three-point field goals made
  • FG3Attempt Three-point field goals attempted
  • FG3Pct Field goal percentage
  • FTMade Free throws made
  • FTAttempt Free throws attempted
  • FTPct Free throw percentage
  • OffRebound Offensive rebounds
  • DefRebound Defensive rebounds
  • Rebounds Total rebounds
  • Assists Number of assists
  • Steals Number of steals
  • Blocks Number of blocked shots
  • Turnovers Number of turnovers
  • Fouls Number of personal fouls
  • Points Number of points scored

Examples

Run this code

data(NBAPlayers2011)

Run the code above in your browser using DataLab