powered by
Credit data that classifies debtors described by a set of attributes as good or bad credit risks. See source link below for detailed information.
data(germancredit)
A data frame with 21 variables (numeric and factors) and 1000 observations.
# load German credit data data(germancredit) # structure of germancredit str(germancredit) # summary of germancredit # lapply(germancredit, summary)
Run the code above in your browser using DataLab