Income2: Income2

Income2R Documentation

Income2

Description

A sample of 200 observations of full time employees from a municipality in Northern Italy who have declared extra income from investment sources. The variables are as follows. The goal is the possibility in predicting income level based on the individual's personal information.

Usage

data(Income2)

Format

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

  • Age: Age of the person (the minimum is 19 and the maximum is 73).

  • Education: Number of years of education (the minimum value of 5 is primary school, and the maximum value is 16 bachelor degree)

  • Gender: A factor - Male or Female

  • ExtraGain: Income from investment sources (profit-losses) apart from wages/salary

  • Hours: total number of declared hours worked during the week. The minimum value is 35 and the maximum is 99

  • Income: total yearly income (Euro amount)

Examples

 data(Income2)
 head(Income2)


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