README.md

okcupiddata (revised in 2021)

CRAN_Status_Badge CRAN RStudio mirror
downloads

R package of cleaned profile data from the 2021 revision of OkCupid Profile Data for Introductory Statistics and Data Science Courses (Journal of Statistics Education 2015): 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 data in this package are a “cleaned” version of the 2021 revised data from the above paper, in that the following variables are modified for easier use by novices:

Note:

Installation

Get the released version from CRAN:

install.packages("okcupiddata")

Or the development version from GitHub:

# If you haven't installed devtools yet, do so:
# install.packages("devtools")
devtools::install_github("rudeboybert/okcupiddata")

Load Data

To load the revised profile data, run:

library(okcupiddata)
profiles_revised

To load the row-shuffled essay data, run:

essay0_revised_and_shuffled


rudeboybert/okcupiddata documentation built on May 20, 2021, 11:14 a.m.