R/data-nba_heights.R

#' NBA Player heights from 2008-9
#'
#' Heights of all NBA players from the 2008-9 season.
#'
#'
#' @name nba_heights
#' @docType data
#' @format A data frame with 435 observations (players) on the following 4
#' variables.
#' \describe{
#'   \item{last_name}{Last name.}
#'   \item{first_name}{First name.}
#'   \item{h_meters}{Height, in meters.}
#'   \item{h_in}{Height, in inches.}
#' }
#' @source Collected from [NBA](https://www.nba.com/).
#' @keywords datasets
#' @examples
#'
#' qqnorm(nba_heights$h_meters)
"nba_heights"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on June 22, 2024, 7:37 p.m.