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"

Try the openintro package in your browser

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

openintro documentation built on Sept. 1, 2022, 9:06 a.m.