R/data.R

#' Example CITS Dataset
#'
#' A simulated example dataset used in the citsr package vignette and examples.
#'
#' @format A data frame with 240 rows and 4 variables:
#' \describe{
#'   \item{T}{Time index (1–120 repeated for two groups).}
#'   \item{E}{Group indicator (0 = control, 1 = treatment).}
#'   \item{I}{Intervention indicator (0/1).}
#'   \item{y}{Numeric outcome variable.}
#' }
#'
#' @source Simulated data generated for package examples.
"df_cits_example"

Try the citsr package in your browser

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

citsr documentation built on July 12, 2026, 5:07 p.m.