#' Excerpt from German Credit Data
#'
#' The German Credit Data contains data on 20 variables and the classification whether
#' an applicant is considered a Good or a Bad credit risk for 1000 loan applicants.
#' Only 3 numeric variables are extracted (Duration of Credit (month),
#' Credit Amount and Age (years)) along with
#' good/bad indicator (Creditability) and renamed as:
#' qual (Creditability), maturity (Duration of Credit (month)), age (Age (years)),
#' amount (Credit Amount).
#'
#' @source \url{https://online.stat.psu.edu/stat857/node/215/}
"gcd"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.