Nothing
#' Interim enrollment and event data before enrollment completion
#'
#' A data frame with 225 rows and 9 columns:
#' \describe{
#' \item{\code{trialsdt}}{The trial start date}
#' \item{\code{usubjid}}{The unique subject ID}
#' \item{\code{randdt}}{The randomization date}
#' \item{\code{treatment}}{The treatment group number}
#' \item{\code{treatment_description}}{Description of the treatment group}
#' \item{\code{time}}{The day of event or censoring since randomization}
#' \item{\code{event}}{The event indicator: 1 for event, 0 for non-event}
#' \item{\code{dropout}}{The dropout indicator: 1 for dropout,
#' 0 for non-dropout}
#' \item{\code{cutoffdt}}{The cutoff date}
#' }
#' For ongoing subjects, both \code{event} and \code{dropout} are equal to 0.
"interimData1"
#' Interim enrollment and event data after enrollment completion
#'
#' A data frame with 300 rows and 7 columns:
#' \describe{
#' \item{\code{trialsdt}}{The trial start date}
#' \item{\code{usubjid}}{The unique subject ID}
#' \item{\code{randdt}}{The randomization date}
#' \item{\code{treatment}}{The treatment group number}
#' \item{\code{treatment_description}}{Description of the treatment group}
#' \item{\code{time}}{The day of event or censoring since randomization}
#' \item{\code{event}}{The event indicator: 1 for event, 0 for non-event}
#' \item{\code{dropout}}{The dropout indicator: 1 for dropout,
#' 0 for non-dropout}
#' \item{\code{cutoffdt}}{The cutoff date}
#' }
#' For ongoing subjects, both \code{event} and \code{dropout} are equal to 0.
"interimData2"
#' Final enrollment and event data after achieving the target number of events
#'
#' A data frame with 300 rows and 7 columns:
#' \describe{
#' \item{\code{trialsdt}}{The trial start date}
#' \item{\code{usubjid}}{The unique subject ID}
#' \item{\code{randdt}}{The randomization date}
#' \item{\code{treatment}}{The treatment group number}
#' \item{\code{treatment_description}}{Description of the treatment group}
#' \item{\code{time}}{The day of event or censoring since randomization}
#' \item{\code{event}}{The event indicator: 1 for event, 0 for non-event}
#' \item{\code{dropout}}{The dropout indicator: 1 for dropout,
#' 0 for non-dropout}
#' \item{\code{cutoffdt}}{The cutoff date}
#' }
#' For ongoing subjects, both \code{event} and \code{dropout} are equal to 0.
"finalData"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.