Learn R Programming

sdcMicro (version 4.6.0)

testdata: A real-world data set on household income and expenditures

Description

A concise (1-5 lines) description of the dataset.

Arguments

Format

A data frame with 4580 observations on the following 14 variables.
urbrur
a numeric vector
roof
a numeric vector
walls
a numeric vector
water
a numeric vector
electcon
a numeric vector
relat
a numeric vector
sex
a numeric vector
age
a numeric vector
hhcivil
a numeric vector
expend
a numeric vector
income
a numeric vector
savings
a numeric vector
ori_hid
a numeric vector
sampling_weight
a numeric vector
A data frame with 93 observations on the following 19 variables.
urbrur
a numeric vector
roof
a numeric vector
walls
a numeric vector
water
a numeric vector
electcon
a numeric vector
relat
a numeric vector
sex
a numeric vector
age
a numeric vector
hhcivil
a numeric vector
expend
a numeric vector
income
a numeric vector
savings
a numeric vector
ori_hid
a numeric vector
sampling_weight
a numeric vector
represent
a numeric vector
category_count
a numeric vector
relat2
a numeric vector
water2
a numeric vector
water3
a numeric vector

References

The International Household Survey Network, www.ihsn.org

Examples

Run this code
data(testdata)
## maybe str(testdata) ; plot(testdata) ...

Run the code above in your browser using DataLab