R/okcupiddata.R

#' okcupiddata:
#'
#' R package of cleaned profile data from "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
#' on June 26, 2012, were online in the previous year, 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). OkCupid Profile Data for
#' Introductory Statistics and Data Science Courses. Journal of Statistics
#' Education, 23(2). \url{http://www.amstat.org/publications/jse/v23n2/kim.pdf}.
NULL
#> NULL

Try the okcupiddata package in your browser

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

okcupiddata documentation built on May 2, 2019, 3:31 p.m.