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"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.