openintro (version 2.0.0)

nba_players_19: NBA Players for the 2018-2019 season

Description

Summary information from the NBA players for the 2018-2019 season.

Usage

nba_players_19

Arguments

Format

A data frame with 494 observations on the following 7 variables.

first_name

First name.

last_name

Last name.

team

Team name

team_abbr

3-letter team abbreviation.

position

Player position.

number

Jersey number.

height

Height, in inches.

Examples

Run this code
# NOT RUN {
hist(nba_players_19$height, 20)
table(nba_players_19$team)

# }

Run the code above in your browser using DataLab