Learn R Programming

IIS (version 1.0)

nba_2015_2016: NBA 2015-2016

Description

This data set contains NBA teams' performance in the 2015-2016 season as provided by the NBA's official website.

Usage

nba_2015_2016

Arguments

Format

A data.frame with 30 rows and 19 columns indicating various performance statistics for each team.

Examples

Run this code
# NOT RUN {
data(nba_2015_2016)
summary(nba_2015_2016)
# }

Run the code above in your browser using DataLab