R/data.R

#' 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"

Try the monobin package in your browser

Any scripts or data that you put into this service are public.

monobin documentation built on July 21, 2022, 5:11 p.m.