R/okcupiddata.R

#' okcupiddata:
#'
#' R package of cleaned profile data from the 2021 revision of "OkCupid Profile Data for Introductory
#' Statistics and Data Science Courses": 59,946 OkCupid
#' users who were living within 25 miles of San Francisco, had active profiles
#' during a period in the 2010s, and had at least one
#' picture in their profile. The original data, publication, code, and codebook
#' can be found at \url{https://github.com/rudeboybert/JSE_OkCupid}.
#'
#' @docType package
#' @examples
#' library(okcupiddata)
#' data(profiles)
#' @name okcupiddata
#' @references Albert Y. Kim, Adriana Escobedo-Land (2015, revised in 2021). OkCupid Profile Data for
#' Introductory Statistics and Data Science Courses. Journal of Statistics
#' Education, 23(2). \url{https://doi.org/10.1080/10691898.2015.11889737}.
NULL
#> NULL
rudeboybert/okcupiddata documentation built on May 20, 2021, 11:14 a.m.