R/basketball-data.R

#' This data set contains a series of statistics (5 attributes) about 96
#' basketball players:
#'
#' This data set contains a series of statistics about basketball players:
#'
#' @docType data
#'
#' @usage data(basketball)
#'
#' @format A data frame with 96 observations on 5 variables:
#' \describe{
#'   This data set contains a series of statistics about basketball players:
#'   \item{assists_per_minuteReal}{average number of assistances per minute}
#'   \item{heightInteger}{height of the player}
#'   \item{time_playedReal}{time played by the player}
#'   \item{ageInteger}{number of years of the player}
#'   \item{points_per_minuteReal}{average number of points per minute}
#' }
#'
#' @keywords datasets
#'
#' @source KEEL, <http://www.keel.es/>
#'
"basketball"

Try the Clustering package in your browser

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

Clustering documentation built on June 22, 2022, 5:07 p.m.