R/data.R

#' Biological and Social measurings of 53 subjects.
#'
#' A dataset containing the sex, country of origin and other attributes of 53
#' people.
#'
#' @format A data frame with 53 rows and 8 variables:
#' \describe{
#'   \item{sex}{sex, either Male or Female}
#'   \item{country}{country of origin}
#'   \item{age}{age of the subject}
#'   \item{height}{height of the subject, in cm}
#'   \item{weight}{weight of the subject, in kg}
#'   ...
#' }
#' @source Politecnico di Milano
"cleaneddata"
mascaretti/moxier documentation built on March 17, 2020, 3:57 p.m.