R/onco-data.R

#' Oncology data
#'
#' Description of the data 
#'
#' @docType data
#'
#' @usage data(onco)
#'
#' @format A data frame with 10320 rows and 5 variables:
#' \describe{
#'   \item{id}{id of the patient}
#'   \item{drel}{day of observation}
#'   \item{obsereved}{number of pills taken}
#'   \item{expected}{number of prescribed pills}
#'   \item{cens}{censoring indicator}
#' }
#'
#' @keywords datasets
#'
#' @references ...
#'
#' @source ...
#'
#' @examples
#' data(onco)
"onco"
jpasquier/ad_test documentation built on Nov. 14, 2019, 8:09 p.m.