R/events_long.R

#' Simulated sample data
#'
#' A dataset generated from a simulation to allow users to test functions and functionality.
#'
#' \itemize{
#'   \item ID. Individual ID numbers, formatted as num
#'   \item group. Group identifiers for individuals, formatted as chr
#'   \item date. Date of stage event occurring, formatted as date
#'   \item stage. Stage reached at date, formatted as chr
#' }
#' @name events_long
#' @docType data
#' @usage data(events_long)
#' @format Formatted as a long-shaped dataset with 28,091 observations with 4 variables: ID, Group, Date, Stage
"events_long"
noahhaber/longitudinalcascade documentation built on May 24, 2023, 8:22 a.m.