R/data.example.r

#' Example data to illustrate the functions
#'
#' Example data to illustrate the functions
#'
#' @name data.example
#' @format
#'   A data frame with 200 observations on the following 5 variables.
#'   \describe{
#'     \item{\code{sex}}{\code{"male"} or \code{"female"}}
#'     \item{\code{age}}{age in days}
#'     \item{\code{entry_date}}{entry date in the study}
#'     \item{\code{status}}{status at follow-up time: 0 if alive, 1 if dead}
#'     \item{\code{futime}}{follow-up time in days}
#'   }
#' @docType data
#' @keywords data
NULL
hvaret/survexp.fr documentation built on June 13, 2025, 9:26 a.m.