hies | R Documentation |
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)
This survey was conducted in 2010 by the Bureau of Statistics (FIBoS) - Fiji Government.
data(hies$Income)
min(hies$Income); max(hies$Income)
hist(hies$Income)
boxplot(hies$Income)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.