Learn R Programming

subgroup.discovery (version 0.3.1)

credit: Credit scoring data.

Description

A dataset containing the attributes of people who did or did not default on their loan.

Usage

credit

Arguments

Format

A data frame with 10 rows and 6 variables:

age

age of person

married

is the person married or not, boolean

house

is the person a homeowner or not, boolean

income

income of person, in thousands

gender

factor with levels male, female

class

class variable (0 or 1)

Details

Toy example, useful for debugging purposes.