R/data.R

#' An Example Trial Dataset
#'
#' A dataset containing the time-to-event information. The variables are as follows
#'
#' \itemize{
#'  \item time. event or censoring time
#'  \item censor. censoring indicator; 1=event
#'  \item Trt. treatment arm name
#'
#' }
#' @docType data
#' @keywords datasets
#' @name example_data
#' @usage data(example_data)
#' @format A data frame with 3 variables and 200 observations
NULL

Try the OneArmTTE package in your browser

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

OneArmTTE documentation built on Sept. 8, 2022, 5:06 p.m.