#' @name Overdose
#' @aliases Overdose
#' @docType data
#' @title
#' %% ~~ data name/kind ... ~~
#'
#' @description
#' %% ~~ A concise (1-5 lines) description of the dataset. ~~
#'
#' @usage data("Overdose")
#' @format
#' A data frame with 17 observations on the following 7 variables.
#' \describe{
#' \item{\code{TCAD}}{a numeric vector}
#' \item{\code{AMI}}{a numeric vector}
#' \item{\code{Gender}}{a factor with levels \code{Male} \code{Female}}
#' \item{\code{amount}}{a numeric vector}
#' \item{\code{BP}}{a numeric vector}
#' \item{\code{ECG_PR}}{a numeric vector}
#' \item{\code{ECG_QRS}}{a numeric vector}
#' }
#'
#' @details
#' %% ~~ If necessary, more details than the __description__ above ~~
#' @source
#' %% ~~ reference to a publication or URL from which the data were obtained ~~
#' @references
#' %% ~~ possibly secondary sources and usages ~~
#'
#' @concept %% non-keyword concepts, one per line
#' @examples
#' data(Overdose)
#' ## maybe str(Overdose) ; plot(Overdose) ...
#'
#' @keywords datasets
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.