#' ACCORD eye study data
#'
#' The ACCORD Eye study aimed at determining the effect of intensive glycemia on the risk of development or the progression of diabetic retinopathy.
#'
#' @format A data frame with with 2596 rows and 3 columns:
#' \describe{
#' \item{Treatment}{Equals to 1 if the patient receives intensive treatment, and 0 indicated the patient recieved standard treatment.}
#' \item{Surrogate}{Equals to 1 if the glycated hemoglobin level was smaller that 6\% at one year follow up and 0 otherwise.}
#' \item{Outcome}{Equals to 1 if progression of diabetic retinopathy was observed at the forth year and 0 otherwise.}
#' }
#'
#' @source
#' The original data is from National Institutes of Health (NIH)
#' (\url{https://biolincc.nhlbi.nih.gov/studies/accord/})
"ACCORD_eye"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.