Learn R Programming

FFTrees (version 1.2.3)

income: Income dataset

Description

Census Data used to predict who has an income greater than 50K

Usage

income

Arguments

Format

A data frame containing 32561 rows and 15 columns

age

Numeric

workclass

Factor

fnlwgt

Numeric

education

Factor

education.num

Numeric

marital.status

Factor

occupation

Factor

relationship

Factor

race

Factor

sex

Factor

capital.gain

Numeric

capital.loss

Numeric

hours.per.week

Numeric

native.country

Factor

income.gt50

Factor - 1 = >= 50K, 0 = < 50K

...