powered by
The hies data comes from the HIES survey conducted in Fiji in the year 2010. The data contains only two aspects of the survey.
data(hies)
A data frame with 3566 observations on two of the major quantities collected in the survey. The variables are:
Expenditure
Level of expenditure (FJD)
Income
Level of income (FJD)
data(hies$Income) min(hies$Income); max(hies$Income) hist(hies$Income) boxplot(hies$Income)
Run the code above in your browser using DataLab