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