#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.