R/data.R

#' Dummy School Data
#'
#' A dummy data set documenting a two stage intervention programme of the school scenario in the vignette.
#' Report ...
#'
#' @format ## `its_data_school`
#' A data frame with 104 rows and 4 columns:
#' \describe{
#'   \item{Date}{Weekly dates}
#'   \item{group_var}{Variable to indicate either treatment or control row of interest}
#'   \item{Period}{Description of intervention phase}
#'   \item{score}{The outcome metric of the senario - reading comprehension score"}
#'   ...
#' }
"its_data_school"

#' Dummy Bike Programme Data
#'
#' A dummy data set documenting a two stage level intervention programme of the school scenario in the vignette.
#' Report ...
#'
#' @format ## `its_data_bike_programme`
#' A data frame with 104 rows and 4 columns:
#' \describe{
#'   \item{Date}{Weekly dates}
#'   \item{group_var}{Variable to indicate either treatment or control row of interest}
#'   \item{Period}{Description of intervention phase}
#'   \item{score}{The outcome metric of the scenario - weekly total maintenance incidents"}
#'   ...
#' }
"its_data_bike_programme"

#' GP programme Data
#'
#' A dummy data set documenting a two stage level intervention programme of the medical GP practice scenario in the vignette.
#' Report ...
#'
#' @format ## `its_data_gp`
#' A data frame with 104 rows and 4 columns:
#' \describe{
#'   \item{Date}{Weekly dates}
#'   \item{group_var}{Variable to indicate either treatment or control row of interest}
#'   \item{Period}{Description of intervention phase}
#'   \item{score}{The outcome metric of the scenario - self-reported wellbeing score"}
#'   ...
#' }
"its_data_gp"

Try the multipleITScontrol package in your browser

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

multipleITScontrol documentation built on April 4, 2026, 1:08 a.m.