Credit | R Documentation |
Credit
contains credit card applications. The dataset has a good mix of continuous and categorical features.
data(Credit)
A data frame with 690 observations and 38 predictors, and a binary criterion variable called Response
Missings are imputed and categorical variables are transformed to binary features.
Frank, A. and Asuncion, A. (2010). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
The original dataset can be downloaded at http://archive.ics.uci.edu/ml/datasets/Credit+Approval
data(Credit)
str(Credit)
table(Credit$Response)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.