R/mice.R

#' Survival times of 35 mice
#'
#' A dataset containing the survival times and censoring of 35 mice in 4 treatment groups.
#'
#' @format A data frame with 35 rows and 4 variables:
#' \describe{
#'   \item{ID}{unique identifier per mouse}
#'   \item{treatment}{treatment group name, as character}
#'   \item{stime}{survival time in days}
#'   \item{scens}{censoring indicator, 1 = censored, 0 = not censored}
#' }
"mice"
jbirstler/survivalFigs documentation built on Jan. 18, 2021, 6:28 p.m.