Description Usage Format References Examples
This dataset concerns credit card applications and represent positive and negative instances of people who were and were not granted credit. It has served as an important test data set for several credit-scoring algorithms. This dataset was introduced by Quinlan (1987).
1 | data("AustralianCredit")
|
A data frame with 690 observations on the following 15 variables.
X1a factor with levels 0 and 1
X2a numeric vector
X3a numeric vector
X4a factor with 3 levels
X5a factor with 14 levels
X6a factor with 9 levels
X7a numeric vector
X8a factor with levels 0 and 1
X9a factor with levels 0 and 1
X10a numeric vector
X11a factor with levels 0 and 1
X12a factor with 3 levels
X13a numeric vector
X14a numeric vector
Ya factor with levels 0 and 1
Lichman, M. (2013). UCI machine learning repository. Quinlan,R. (1987). "Simplifying decision trees", Int J Man-Machine Studies 27, pp. 221-234.
1 2 3 4 5 6 7 | data(AustralianCredit)
## See a general view of a dataset
summary(AustralianCredit)
## Plot a response variable
plot(AustralianCredit$Y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.