R/data.R

#' @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"
sbalci/ClinicoPath documentation built on Jan. 8, 2021, 7:41 a.m.