Income1: Income1

Income1R Documentation

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)

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)

Source

United States Census Bureau (2021). Annual Social and Economic Supplements

Examples

 data(Income1)
 head(Income1)


fsdaR documentation built on March 31, 2023, 8:18 p.m.