R/data-exclusive_relationship.R

#' Number of Exclusive Relationships
#'
#' A survey conducted on a reasonably random sample of 203 undergraduates
#' asked, among many other questions, about the number of exclusive
#' relationships these students have been in.
#'
#'
#' @name exclusive_relationship
#' @aliases exclusive.relationship exclusive_relationship
#' @docType data
#' @format A data frame with 218 observations on the following variable.
#' \describe{\item{num}{Number of exclusive relationships.} }
#' @keywords datasets
#' @examples
#'
#' summary(exclusive_relationship$num)
#' table(exclusive_relationship$num)
#' hist(exclusive_relationship$num)
"exclusive_relationship"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.