R/WikiEvent2018.R

#' Wikipedia Edit Event Sequence 2018
#'
#' The first 100,000 events of the Wikipedia edit event sequence, where an event
#' is described as a Wikipedia user editing a Wikipedia article. The user column
#' represents the unique event senders, the article column represents the unique
#' event recievers (targets), and the time variable is in milliseconds.
#'
#' @format ## `WikiEvent2018.first100k`
#' The first 100,000 events of the Wikipedia edit event sequence, where an event
#' is described as a Wikipedia user editing a Wikipedia article. The user column
#' represents the unique event senders, the article column represents the unique
#' event recievers (targets), and the time variable is in milliseconds.
#' \describe{
#'   \item{user}{the column that represents the unique event senders}
#'   \item{article}{the article column represents the unique event recievers}
#'   \item{time}{the event time variable in milliseconds}
#'   \item{eventID}{the numerical id for each event in the event sequence}
#' }
#'
#' @usage data(WikiEvent2018.first100k)
#' @source <https://zenodo.org/records/1626323>
#' @source  Lerner, Jurgen and Alessandro Lomi. 2020. "Reliability of relational event model estimates
#' under sampling: how to fit a relational event model to 360 million dyadic events."
#' *Network Science* 8(1):97-135. (DOI: https://doi.org/10.1017/nws.2019.57)

"WikiEvent2018.first100k"

Try the dream package in your browser

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

dream documentation built on Aug. 8, 2025, 6:36 p.m.