Learn R Programming

dataQualityR (version 1.0)

crx: Sample data.frame object

Description

Multi-variate data set with information on credit card approvals. The data set contains numeric and categorical variables with some missing values The variable names and values have been changed to meaningless symbols to protect confidentiality of the data.

Usage

data(crx)

Arguments

Format

A data frame with 690 observations with the following variables and their types.
V1
b, a
V2
continuous
V3
continuous
V4
u, y, l, t
V5
g, p, gg
V6
c, d, cc, i, j, k, m, r, q, w, x, e, aa, ff
V7
v, h, bb, j, n, z, dd, ff, o
V8
continuous
V9
t, f
V10
t, f
V11
continuous
V12
t, f
V13
g, p, s
V14
continuous
V15
continuous
V16
0, 1

Source

http://archive.ics.uci.edu/ml/datasets/Credit+Approval

Details

There are no more details required

References

Bache, K. & Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

Examples

Run this code
data(crx)

Run the code above in your browser using DataLab