R/data.R

#' @title Simulated sample data
#'
#' @description A simulated sample panel data with heterogeneous treatment effects across 
#' cohorts and groups. 
#'
#' @format A simulated data frame with 60,000 rows and 5 columns:
#' \describe{
#'   \item{countyreal}{Unit ID}
#'   \item{first.treat}{Cohort}
#'   \item{year}{Period}
#'   \item{time_to_treat}{Period - Cohort}
#'   \item{lemp}{dependent variable}
#' }
#' @source Simulation data
"dat"

Try the ecic package in your browser

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

ecic documentation built on April 3, 2025, 6:02 p.m.