R/german_data.R

#' German credit data
#' 
#'  This dataset classifies people described by a set of attributes as good
#'  or bad credit risks.
#' 
#' \itemize{
#'   \item ca_status
#'   \item duration
#'   \item credit_history
#'   \item purpose
#'   \item credit_amount
#'   \item savings
#'   \item present_employment_since
#'   \item status_sex
#'   \item installment_rate_income
#'   \item other_debtors
#'   \item present_residence_since
#'   \item property
#'   \item age
#'   \item other_installment
#'   \item housing
#'   \item existing_credits
#'   \item job
#'   \item liable_maintenance_people
#'   \item telephone
#'   \item foreign_worker
#'   \item gb (factor)
#'   \item gbbin (integer)
#' }
#' 
#' @docType data
#' @keywords datasets
#' @format A data frame with 1000 rows and 22 variables.
#' @name german_data
#' @source \url{http://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)}

NULL
tomasgreif/woe documentation built on May 31, 2019, 5:16 p.m.