#' @title Melanoma
#'
#' @description melanoma dataset obtained from boot.
#' @usage data(melanoma)
#' @format A data frame
#' @source boot package
"melanoma"
#' @title colon
#'
#' @description colon cancer dataset.
#'
#' @format A data frame
#' @usage data(colon)
#' @source survival package
"colon"
#' @title BreastCancer
#'
#' @description Wisconsin Breast Cancer Database dataset.
#'
#' @format A data frame
#' @usage data(BreastCancer)
#' @source mlbench package
"BreastCancer"
#' @title histopathology
#'
#' @description Fake histopathology research data.
#' @usage data(histopathology)
#' @format A data frame
"histopathology"
#' @title rocdata
#'
#' @description Example data for ROC analysis
#' @usage data(rocdata)
#' @format A data frame
"rocdata"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.