crx {dprep}R Documentation

crx

Description

The Australian credit Aproval dataset form the Statlog Project

Usage

data("crx")

Format

A data frame with 690 observations on the following 16 variables.

V1

a factor with levels a b

V2

a numeric vector

V3

a numeric vector

V4

a factor with levels l u y

V5

a factor with levels g gg p

V6

a factor with levels aa c cc d e ff i j k m q r w x

V7

a factor with levels bb dd ff h j n o v z

V8

a numeric vector

V9

a factor with levels f t

V10

a factor with levels f t

V11

a numeric vector

V12

a factor with levels f t

V13

a factor with levels g p s

V14

a numeric vector

V15

a numeric vector

V16

a numeric vector

Details

This dataset contains missing values.

Source

The UCI Machine Learning Database Repository at:

Examples

data(crx)
ec.knnimp(crx,nomatr=c(1,4:7,9,10,12,13),k=3)

[Package dprep version 3.1.1 Index]