Learn R Programming

fsdaR (version 0.9-0)

Income1: Income1

Description

Income data taken from the United States Census Bureau. The data are a random sample of 200 observations referred to four variables. The goal is to predict HTOTVAL.

Usage

data(Income1)

Arguments

Format

A data frame with 200 rows and 4 variables. The variables are as follows:

  • H_NUMPER: Number of persons in household

  • HOTHVAL: All other types of income except HEARNVAL Recode - Total other household income

  • HSSVAL: household income - social security

  • HTOTVAL: total household income (dollar amount)

Examples

Run this code
 data(Income1)
 head(Income1)

Run the code above in your browser using DataLab