R/GermanCredit.R

#' @title Statlog (German Credit Data) Data Set
#'
#' @description This dataset classifies people described by a set of attributes
#' as good or bad credit risks.
#'
#' The variables are as follows:
#'
#' \itemize{
#'   \item Credit. Target variable
#'   \item balance_credit_acc. Status of existing checking account
#'   \item duration. Duration in month
#'   \item moral. Credit history
#'   \item verw. Purpose
#'   \item hoehe. Credit amount
#'   \item sparkont. Savings account/bonds
#'   \item beszeit. Present employment since
#'   \item rate. Installment rate in percentage of disposable income
#'   \item famges. Personal status and sex
#'   \item buerge. Other debtors / guarantors
#'   \item wohnzeit. Present residence since
#'   \item verm. Property
#'   \item alter. Age in years
#'   \item weitkred. Other installment plans
#'   \item wohn. Housing
#'   \item bishkred. Number of existing credits at this bank
#'   \item beruf. Job
#'   \item pers. Number of people being liable to provide maintenance for
#'   \item telef. Telephone
#'   \item gastarb. Foreign worker
#' }
#'
#' @docType data
#' @keywords datasets
#' @name GermanCredit
#' @usage data(GermanCredit)
#' @source UCI Repository, https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)
#' @format A data frame with 1000 rows and 21 variables
NULL

Try the featureCorMatrix package in your browser

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

featureCorMatrix documentation built on July 1, 2020, 10:38 p.m.