Learn R Programming

fastR (version 0.10.3)

Jordan8687: Michael Jordan personal scoring

Description

The number of points scored by Michael Jordan in each game of the 1986-87 regular season.

Arguments

Format

A data frame with 82 observations on the following 2 variables.

  • Gamea numeric vector

  • Pointsa numeric vector

Examples

Run this code
# NOT RUN {
if (require(mosaicData)) {
  data(Jordan8687)
  xqqmath(~Points, data=Jordan8687)
}

# }

Run the code above in your browser using DataLab